From dd161b1db6225ecfb440ba7a6374ae78b349735e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 23:59:26 +0000 Subject: [PATCH] fix: python/sr.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-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- python/sr.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sr.Dockerfile b/python/sr.Dockerfile index 33c71cc2..d21e2eba 100644 --- a/python/sr.Dockerfile +++ b/python/sr.Dockerfile @@ -4,7 +4,7 @@ ##################### BASE IMAGE ########################## -FROM python:3.6.15 +FROM python:3.13.0rc2 ####################### OPENALPR ############################