From 5a989c1451a23f86b297d6b83ebe1ce8cbb00031 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 00:41:07 +0000 Subject: [PATCH] fix: base-images/python-base/3.9/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-OPENSSL-6861561 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7151359 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 --- base-images/python-base/3.9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-images/python-base/3.9/Dockerfile b/base-images/python-base/3.9/Dockerfile index 5c31a12..e3acbf9 100644 --- a/base-images/python-base/3.9/Dockerfile +++ b/base-images/python-base/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13.0b3-slim MAINTAINER Sean Shookman # Install basic compilers and libraries commonly needed for downstream packages