upgrade to ethermint v0.21.0 #99
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
@ -7,6 +7,7 @@ linter:
|
|||||||
#
|
#
|
||||||
Disabled linters
|
Disabled linters
|
||||||
- gitleaks # Remove this line to enable gitleaks
|
- gitleaks # Remove this line to enable gitleaks
|
||||||
|
- hadolint
|
||||||
|
|
||||||
# Enabled linters
|
# Enabled linters
|
||||||
# - ansible-lint
|
# - ansible-lint
|
||||||
|
@ -7,9 +7,9 @@ ENV PACKAGES git build-base
|
|||||||
WORKDIR /go/src/github.com/cerc-io/laconicd
|
WORKDIR /go/src/github.com/cerc-io/laconicd
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Add source files
|
||||||
COPY . .
|
COPY . .
|
||||||
@ -21,7 +21,7 @@ RUN make build
|
|||||||
FROM alpine:3.17.1
|
FROM alpine:3.17.1
|
||||||
|
|
||||||
# Install ca-certificates
|
# Install ca-certificates
|
||||||
RUN apk add --no-cache ca-certificates=~ jq=~ curl=~
|
RUN apk add --no-cache ca-certificates jq curl
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
# Copy over binaries from the build-env
|
# Copy over binaries from the build-env
|
||||||
|
Loading…
Reference in New Issue
Block a user