diff --git a/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile b/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile index 506cef3877f..eafcc36a3d3 100644 --- a/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile +++ b/lib/plugins/create/templates/knative-docker/code/hello-world.dockerfile @@ -1,6 +1,6 @@ # Use an official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.13.0a4-slim # Install production dependencies. RUN pip install Flask gunicorn