From 81a9457dfa7cb0daf0b151829ae2c033d4da78ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 21:03:08 +0000 Subject: [PATCH] fix: python/if.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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-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..0bf1a4b2 100644 --- a/python/if.Dockerfile +++ b/python/if.Dockerfile @@ -2,7 +2,7 @@ ################ FACE DETECTION PROCESS ################### ########################################################### -FROM python:3.6.15 +FROM python:3.12.5 # COPY . /app COPY /requirements_linux_container_heavy.txt /app/requirements_linux_container_heavy.txt