From 90cc44936afd2e698ad16dec328205e774d79584 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 10:07:41 +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-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 --- main_rootless/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_rootless/Dockerfile b/main_rootless/Dockerfile index e829dcc..28a0e18 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.3-alpine # Update and install openssl package RUN apk update && apk add openssl