From 586c4e6c49991f4ab0fd794571a5bf5b6c9f0e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 06:41:42 +0000 Subject: [PATCH] fix: components/dashboard/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 --- components/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Dockerfile b/components/dashboard/Dockerfile index 0d557c8..d9c96c7 100644 --- a/components/dashboard/Dockerfile +++ b/components/dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.14.3-alpine ADD . / RUN pip install -r requirements.txt EXPOSE 8080