From f0c2e93329d4935df031a53e1a93c23f8f52f91e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 02:51: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-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - 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..7787390e 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.3 # COPY . /app COPY requirements_linux_container.txt /app/requirements_linux_container.txt