From c80326cd39805ec696d599fce21c185d893a385e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Apr 2022 00:25:18 +0000 Subject: [PATCH] fix: Dockerfile.simple to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-537142 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 --- Dockerfile.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.simple b/Dockerfile.simple index 207d1f922d1b5..4b32d4d7cd3b6 100644 --- a/Dockerfile.simple +++ b/Dockerfile.simple @@ -5,7 +5,7 @@ # This represents the bare minimum required to build and test Docker. -FROM golang:1.12.6 +FROM golang:1.18 # allow replacing httpredir or deb mirror ARG APT_MIRROR=deb.debian.org