File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
cloud-run-django-hello-world
cloud-run-python-hello-world Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Python image to use.
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Python image to use.
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use base Python image from Docker Hub
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Python image to use.
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use base Python image from Docker Hub
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use base Python image from Docker Hub
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Python image to use.
2- FROM python:3.11 -alpine
2+ FROM python:3.12 -alpine
33
44# Set the working directory to /app
55WORKDIR /app
You can’t perform that action at this time.
0 commit comments