From 789b84ef97ece63ebff3d4d8e25b40ea49232e4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Oct 2023 20:55:56 +0000 Subject: [PATCH] fix: networks/local/ethermintnode/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-APR-3261105 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232724 --- networks/local/ethermintnode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/local/ethermintnode/Dockerfile b/networks/local/ethermintnode/Dockerfile index a275b75124..b8589ea736 100644 --- a/networks/local/ethermintnode/Dockerfile +++ b/networks/local/ethermintnode/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN make build-linux # Final image -FROM golang:1.18 as final +FROM golang:1.21.1 as final WORKDIR /