Merge pull request #1 from 0xETHengineer/snyk-fix-3d0117e5033d98d07206098af61caaca

[Snyk] Security upgrade alpine from latest to 3.18.3
This commit is contained in:
0xETHengineer 2023-09-23 09:31:30 -04:00 committed by GitHub
commit ea6b92e2be
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 RUN cd /go-ethereum && go run build/ci.go install -static
# Pull all binaries into a second stage deploy alpine container # Pull all binaries 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/* /usr/local/bin/ COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/