File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
memorystore/redis/cloud_run_deployment
cloud-trace-demo-app-opentelemetry/app Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11# Use the official Python image.
22# https://hub.docker.com/_/python
3- FROM python:3.8
3+ FROM python:3.9
44
55# Copy local code to the container image.
66ENV 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.8
17+ FROM python:3.9
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 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.8
17+ FROM python:3.9
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 1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.8 -buster
17+ FROM python:3.9 -buster
1818
1919# Download the desired package(s) for Microsoft ODBC 17 Driver
2020RUN (curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -) && \
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.8 -slim
19+ FROM python:3.9 -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.8 -slim
19+ FROM python:3.9 -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.8 -slim
19+ FROM python:3.9 -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 11# Use the official lightweight Python image.
22# https://hub.docker.com/_/python
3- FROM python:3.8 -slim
3+ FROM python:3.9 -slim
44
55# Copy local code to the container image.
66ENV APP_HOME /app
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.8
19+ FROM python:3.9
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 lightweight Python image.
1818# https://hub.docker.com/_/python
19- FROM python:3.8 -slim
19+ FROM python:3.9 -slim
2020
2121# Allow statements and log messages to immediately appear in the Knative logs
2222ENV PYTHONUNBUFFERED True
You can’t perform that action at this time.
0 commit comments