From b950f8e43414db8a863be2773772a7408d7a581d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 06:05:34 +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-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6446356 --- main_root/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_root/Dockerfile b/main_root/Dockerfile index 43f8263..2e7ac05 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.2-alpine # Update and install openssl package RUN apk update && apk add openssl