From 4924f9150ca21d3f6aa0281d17650559648fdd10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 04:27:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 437fb2737a..8021e72a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ADD . /go-ethereum RUN cd /go-ethereum && make geth # Pull Geth into a second stage deploy alpine container -FROM alpine:latest +FROM alpine:3.15.4 RUN apk add --no-cache ca-certificates curl jq tini COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/