From 68444da1e09432ab052775b90d4f8d4511b7f162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jul 2024 07:32:34 +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..02e220f 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.0b2-slim # Set the working directory to /app WORKDIR /app