From 25501469c34606ea75ce572133f528714b531de2 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 14 Oct 2021 09:39:48 +0200 Subject: [PATCH] [Snyk] Security upgrade golang from 1.16.7 to 1.16 (#670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: networks/local/ethermintnode/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 * Update networks/local/ethermintnode/Dockerfile Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> --- 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 9ce45ac5..04189063 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.16.7 as final +FROM golang:1.17 as final WORKDIR /