upgrade to ethermint v0.21.0 #99

Closed
0xmuralik wants to merge 384 commits from murali/update-fork into main
2 changed files with 4 additions and 3 deletions
Showing only changes of commit cebf673ca7 - Show all commits

View File

@ -7,6 +7,7 @@ linter:
#
Disabled linters
- gitleaks # Remove this line to enable gitleaks
- hadolint
# Enabled linters
# - ansible-lint

View File

@ -7,9 +7,9 @@ ENV PACKAGES git build-base
WORKDIR /go/src/github.com/cerc-io/laconicd
# Install dependencies
RUN apk add --no-cache $PACKAGES=~
RUN apk add --no-cache $PACKAGES
RUN apk add --no-cache linux-headers=~
RUN apk add --no-cache linux-headers
# Add source files
COPY . .
@ -21,7 +21,7 @@ RUN make build
FROM alpine:3.17.1
# Install ca-certificates
RUN apk add --no-cache ca-certificates=~ jq=~ curl=~
RUN apk add --no-cache ca-certificates jq curl
WORKDIR /
# Copy over binaries from the build-env