Merge pull request #5 from OKEAMAH/snyk-fix-55757221913680b10ae00743b53bec40

[Snyk] Security upgrade alpine from latest to 3.20.3
This commit is contained in:
DAVID OKEAMAH 2024-09-20 13:31:12 +01:00 committed by GitHub
commit 900b080485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.20.3
RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/