Skip to content

Commit c9782cd

Browse files
committed
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-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098
1 parent a1dcbc6 commit c9782cd

File tree

1 file changed

+1
-1
lines changed
  • code-samples/serving/hello-world/helloworld-python

1 file changed

+1
-1
lines changed

code-samples/serving/hello-world/helloworld-python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official lightweight Python image.
22
# https://hub.docker.com/_/python
3-
FROM python:3.7-slim
3+
FROM python:3.13.0b1-slim
44

55
# Allow statements and log messages to immediately appear in the Knative logs
66
ENV PYTHONUNBUFFERED True

0 commit comments

Comments
 (0)