From 504787e834fca916c8346801895636e1f795200e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 23:45:09 +0000 Subject: [PATCH] fix: go/Dockerfile.debian to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 --- go/Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Dockerfile.debian b/go/Dockerfile.debian index b9d30d581..f4f5109f2 100644 --- a/go/Dockerfile.debian +++ b/go/Dockerfile.debian @@ -1,4 +1,4 @@ -FROM golang +FROM golang:1.22.4 # Install VCS tools to support "go get" commands and install gcc. RUN apt-get update -qqy && apt-get install -qqy git mercurial subversion gcc