From e860a446702cd7ae999c4f049076e8725a43b8a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 09:07:12 +0000 Subject: [PATCH] fix: components/containers_manager/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 --- components/containers_manager/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/containers_manager/Dockerfile b/components/containers_manager/Dockerfile index 761877c..86d5887 100644 --- a/components/containers_manager/Dockerfile +++ b/components/containers_manager/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.14.2-alpine ADD . / RUN pip install -r requirements.txt EXPOSE 5001