From f5a8a6f44a58919ff437679d251e3b52afb52d54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 16:15:22 +0000 Subject: [PATCH] fix: python/if.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/if.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/if.Dockerfile b/python/if.Dockerfile index 7f5291c4..96320681 100644 --- a/python/if.Dockerfile +++ b/python/if.Dockerfile @@ -2,7 +2,7 @@ ################ FACE DETECTION PROCESS ################### ########################################################### -FROM python:3.6.15 +FROM python:3.14.0 # COPY . /app COPY /requirements_linux_container_heavy.txt /app/requirements_linux_container_heavy.txt