From dd6f84cc3f7f8b4843681c6a6516c5c2611b50da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 20:07:01 +0000 Subject: [PATCH] fix: codis/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311062 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- codis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codis/Dockerfile b/codis/Dockerfile index 5367e870d2..9c8eb6b941 100644 --- a/codis/Dockerfile +++ b/codis/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8 +FROM golang:1.19.11 RUN apt-get update RUN apt-get install -y autoconf