From dd58e84402f125842bb8b04e1a2500945607f9bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 10:08:59 +0000 Subject: [PATCH] fix: main_root/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366395 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 --- main_root/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_root/Dockerfile b/main_root/Dockerfile index 43f8263..7666d9a 100644 --- a/main_root/Dockerfile +++ b/main_root/Dockerfile @@ -3,7 +3,7 @@ ### to deal with lower ports than 1024. # Pull lightweight image -FROM python:3.7-alpine +FROM python:3.14.3-alpine # Update and install openssl package RUN apk update && apk add openssl