From 19e4cb75459dce123701b3d46c47ac7bf8ae1009 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Dec 2024 14:51:24 +0000 Subject: [PATCH] fix: archived/v0.21-docs/serving/samples/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-KRB5-7411315 --- .../serving/samples/hello-world/helloworld-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archived/v0.21-docs/serving/samples/hello-world/helloworld-python/Dockerfile b/archived/v0.21-docs/serving/samples/hello-world/helloworld-python/Dockerfile index a84faddcbb..e1166524ed 100644 --- a/archived/v0.21-docs/serving/samples/hello-world/helloworld-python/Dockerfile +++ b/archived/v0.21-docs/serving/samples/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.14.0a3-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True