From 443afe3568063e1eeb0266d9b76491c398e7f447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 05:58:29 +0000 Subject: [PATCH] fix: graphs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908300 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-8359601 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- graphs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs/Dockerfile b/graphs/Dockerfile index f7c0af01e..e19a2d5c4 100644 --- a/graphs/Dockerfile +++ b/graphs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b4-alpine +FROM python:3.14.0a3-alpine MAINTAINER Container Solutions info@container-solutions.com