From b3c29cc6afa95c6d96006012d9df062e1e135a05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 06:07:11 +0000 Subject: [PATCH] fix: main_rootless/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_rootless/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_rootless/Dockerfile b/main_rootless/Dockerfile index e829dcc..c94e8e5 100644 --- a/main_rootless/Dockerfile +++ b/main_rootless/Dockerfile @@ -1,5 +1,5 @@ # 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