From ae1de2c217480db5e07d9e5bbdd772440c5aae50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jan 2025 05:15:19 +0000 Subject: [PATCH] fix: microservices-demo/graphs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-BZIP2-452847 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-SQLITE-449671 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 --- microservices-demo/graphs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices-demo/graphs/Dockerfile b/microservices-demo/graphs/Dockerfile index ebfe6b5..80e562e 100644 --- a/microservices-demo/graphs/Dockerfile +++ b/microservices-demo/graphs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.4-alpine +FROM python:3.14.0a4-alpine MAINTAINER Container Solutions info@container-solutions.com