From 99247ee274e3fedba40a60be0a0d2dee1fe549d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Nov 2024 04:52:46 +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 f7c0af01e0..7cff9b81bb 100644 --- a/graphs/Dockerfile +++ b/graphs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b4-alpine +FROM python:3.14.0a2-alpine MAINTAINER Container Solutions info@container-solutions.com