From e4bd47b948bae206ce89e87be00e9effd7a1362e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 21:21:45 +0000 Subject: [PATCH] fix: base-images/python-base/3.11/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-1560620 --- base-images/python-base/3.11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-images/python-base/3.11/Dockerfile b/base-images/python-base/3.11/Dockerfile index bb09557..66caef1 100644 --- a/base-images/python-base/3.11/Dockerfile +++ b/base-images/python-base/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13.0rc1-slim MAINTAINER Sean Shookman # Install basic compilers and libraries commonly needed for downstream packages