From bf8a98563520f1565f783148f4ad0de440f3501a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 21:32:40 +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-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- python/sp.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sp.Dockerfile b/python/sp.Dockerfile index 3c523c7c..46818b62 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.0 # COPY . /app COPY requirements_linux_container.txt /app/requirements_linux_container.txt