File tree Expand file tree Collapse file tree 21 files changed +21
-21
lines changed
cloud-sql/sql-server/sqlalchemy
composer/blog/gcp-tech-blog/unit-test-dags-cloud-build
memorystore/redis/cloud_run_deployment
cloud-trace-demo-app-opentelemetry/app Expand file tree Collapse file tree 21 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.9
17+ FROM python:3.10
1818
1919# Copy local code to the container image.
2020ENV APP_HOME /app
Original file line number Diff line number Diff line change 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.9 -buster
17+ FROM python:3.10 -buster
1818
1919# Copy application dependency manifests to the container image.
2020# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM python:3.9
15+ FROM python:3.10
1616
1717# Allow statements and log messages to immediately appear in the Cloud Run logs
1818ENV PYTHONUNBUFFERED True
Original file line number Diff line number Diff line change 1616
1717# Use the official Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.9 -slim
19+ FROM python:3.10 -slim
2020
2121# Allow statements and log messages to immediately appear in the Cloud Run logs
2222ENV PYTHONUNBUFFERED True
Original file line number Diff line number Diff line change 1616
1717# Use the official Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.9 -slim
19+ FROM python:3.10 -slim
2020
2121# Allow statements and log messages to immediately appear in the Cloud Run logs
2222ENV PYTHONUNBUFFERED True
Original file line number Diff line number Diff line change 1616
1717# Use the official Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.9 -slim
19+ FROM python:3.10 -slim
2020
2121# Allow statements and log messages to immediately appear in the Cloud Run logs
2222ENV PYTHONUNBUFFERED True
Original file line number Diff line number Diff line change 1414
1515# Use the official lightweight Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.9 -slim
17+ FROM python:3.10 -slim
1818
1919# Copy local code to the container image.
2020ENV APP_HOME /app
Original file line number Diff line number Diff line change 1414
1515# Use an official lightweight Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.9 -slim
17+ FROM python:3.10 -slim
1818
1919ENV APP_HOME /app
2020WORKDIR $APP_HOME
Original file line number Diff line number Diff line change 1515# [START cloudrun_fs_dockerfile]
1616# Use the official lightweight Python image.
1717# https://hub.docker.com/_/python
18- FROM python:3.9 -slim
18+ FROM python:3.10 -slim
1919
2020# Install system dependencies
2121RUN apt-get update -y && apt-get install -y \
Original file line number Diff line number Diff line change 1515# [START cloudrun_fuse_dockerfile]
1616# Use the official lightweight Python image.
1717# https://hub.docker.com/_/python
18- FROM python:3.9 -buster
18+ FROM python:3.10 -buster
1919
2020# Install system dependencies
2121RUN set -e; \
You can’t perform that action at this time.
0 commit comments