From 72dc829557a614c4de56ecf4dcec992fe36757d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Apr 2022 19:21:34 +0000 Subject: [PATCH] fix: Dockerfile.simple to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466508 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-537142 - 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..0510c9ce1c424 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:bullseye # allow replacing httpredir or deb mirror ARG APT_MIRROR=deb.debian.org