From 263a11c502074b86d4c431abc96dc3be7b9cb70b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 17:43:56 +0000 Subject: [PATCH] fix: python/sp.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- python/sp.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sp.Dockerfile b/python/sp.Dockerfile index 3c523c7c..8e6321b9 100644 --- a/python/sp.Dockerfile +++ b/python/sp.Dockerfile @@ -2,7 +2,7 @@ ############ DELETES SIMILAR IMAGES PROCESS ############### ########################################################### -FROM python:3.6.15 +FROM python:3.14.0rc2 # COPY . /app COPY requirements_linux_container.txt /app/requirements_linux_container.txt