From 116fb96c75915ae5b52d7476676a77947209f43b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 22:39:11 +0000 Subject: [PATCH] fix: python/dr.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-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 --- python/dr.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dr.Dockerfile b/python/dr.Dockerfile index 82feaafb..92ed9c96 100644 --- a/python/dr.Dockerfile +++ b/python/dr.Dockerfile @@ -3,7 +3,7 @@ ########################################################### ##################### BASE IMAGE ########################## -FROM python:3.6.15 +FROM python:3.14.0 ##################### OPEN INTELLIGENCE ##########################