From 40ce29f4cda2d149cb39c2d05ce582e99db2f67d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 08:04:56 +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-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- 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..06deb68 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.13.0b3-slim # Set the working directory to /app WORKDIR /app