From baf70284d60f0c15c19d3f8b9d3f7bcb8edb4d61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 08:11:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-2953070 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-2953070 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a049c1f39..be5dd8f26d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ADD . /go-ethereum RUN cd /go-ethereum && go run build/ci.go install ./cmd/geth # Pull Geth into a second stage deploy alpine container -FROM alpine:3.16.0 +FROM alpine:3.19.6 ARG BSC_USER=bsc ARG BSC_USER_UID=1000