From c772b5912036e9e210aaf2c707659ef105156ed7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Jun 2025 01:18:20 +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-LIBWEBP-5893094 --- python/if.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/if.Dockerfile b/python/if.Dockerfile index 7f5291c4..11e35648 100644 --- a/python/if.Dockerfile +++ b/python/if.Dockerfile @@ -2,7 +2,7 @@ ################ FACE DETECTION PROCESS ################### ########################################################### -FROM python:3.6.15 +FROM python:3.13.5 # COPY . /app COPY /requirements_linux_container_heavy.txt /app/requirements_linux_container_heavy.txt