Skip to content

Commit

Permalink
fix: code-samples/serving/hello-world/helloworld-python/Dockerfile to…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 20, 2024
1 parent a1dcbc6 commit 2ba7625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ba7625

Please sign in to comment.