From 2b4a595c2ce58bdde01e6396ad806053c6b1c743 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 03:08:48 +0000 Subject: [PATCH] fix: downstream-services/service-two/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 --- downstream-services/service-two/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downstream-services/service-two/Dockerfile b/downstream-services/service-two/Dockerfile index b07a665..dbc34b6 100644 --- a/downstream-services/service-two/Dockerfile +++ b/downstream-services/service-two/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.13.0a2-slim +FROM python:3.14.0a3-slim # Set the working directory to /app WORKDIR /app