From 6b85f7e1240b0a75cd8abb138bd9990310aa63bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 03:04:36 +0000 Subject: [PATCH] fix: Dockerfile.alltools to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- Dockerfile.alltools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 483afad8c3..681829820d 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -7,7 +7,7 @@ ADD . /go-ethereum RUN cd /go-ethereum && make all # Pull all binaries into a second stage deploy alpine container -FROM alpine:latest +FROM alpine:3.15 RUN apk add --no-cache ca-certificates COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/