Merge pull request #2 from 0xETHengineer/snyk-fix-9dc67898f26dd2eeb5aee6f534ee7cea

[Snyk] Security upgrade alpine from latest to 3.18.3
This commit is contained in:
0xETHengineer 2023-09-24 19:39:13 -04:00 committed by GitHub
commit 1965ea3846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ ADD . /go-ethereum
RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
# Pull Geth into a second stage deploy alpine container # Pull Geth into a second stage deploy alpine container
FROM alpine:latest FROM alpine:3.18.3
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/