snyk-bot 2023-08-08 18:46:46 +00:00
parent 21c87e0f1b
commit 59c6084f81
No known key found for this signature in database
GPG key ID: 5D98975276F8B078

View file

@ -17,7 +17,7 @@ ADD . /go-ethereum
RUN cd /go-ethereum && go run build/ci.go install -static
# 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
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/