From 2ba76259109286c806bf9e5427f202ff615a5be9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jul 2024 16:15:43 +0000 Subject: [PATCH] fix: code-samples/serving/hello-world/helloworld-python/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6032384 --- code-samples/serving/hello-world/helloworld-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-samples/serving/hello-world/helloworld-python/Dockerfile b/code-samples/serving/hello-world/helloworld-python/Dockerfile index a84faddcbb6..39650a44bc1 100644 --- a/code-samples/serving/hello-world/helloworld-python/Dockerfile +++ b/code-samples/serving/hello-world/helloworld-python/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.13.0b3-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True