From 21c4e14008119fd1b6345e42b5d446c1a6743452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 20:27:48 +0000 Subject: [PATCH] fix: 3.10-rc/buster/slim/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-UTILLINUX-2401082 --- 3.10-rc/buster/slim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.10-rc/buster/slim/Dockerfile b/3.10-rc/buster/slim/Dockerfile index 955001e79..bf7feff48 100644 --- a/3.10-rc/buster/slim/Dockerfile +++ b/3.10-rc/buster/slim/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM debian:buster-slim +FROM debian:10.12-slim # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH