From 640ad1897529101cf9664195d40ee0052eb07e50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 08:59:22 +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-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 --- 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..9aa8aa5 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.0b4-slim # Set the working directory to /app WORKDIR /app