diff --git a/archived/v0.23-docs/serving/samples/hello-world/helloworld-python/Dockerfile b/archived/v0.23-docs/serving/samples/hello-world/helloworld-python/Dockerfile index a84faddcbb..e1166524ed 100644 --- a/archived/v0.23-docs/serving/samples/hello-world/helloworld-python/Dockerfile +++ b/archived/v0.23-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