From 01527c1e97ba3ae5d5bf99a2872a929198c88faf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Oct 2023 23:07:06 +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-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232724 - 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..f8f91c3f2f 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.20.10 as final WORKDIR /