Skip to content

Commit aa44a2c

Browse files
chore(deps): update python docker tag (#4922)
Co-authored-by: Charles Engelke <[email protected]>
1 parent 244232f commit aa44a2c

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

appengine/flexible/tasks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
ENV APP_HOME /app

cloud-sql/mysql/sqlalchemy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

cloud-sql/postgres/sqlalchemy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.

cloud-sql/sql-server/sqlalchemy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
2020
RUN (curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -) && \

eventarc/audit-storage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

eventarc/generic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

eventarc/pubsub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

memorystore/redis/cloud_run_deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
ENV APP_HOME /app

run/hello-broken/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

run/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

run/image-processing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
# Allow statements and log messages to immediately appear in the Cloud Run logs
2020
ENV PYTHONUNBUFFERED True

run/logging-manual/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
# Allow statements and log messages to immediately appear in the Cloud Run logs
2020
ENV PYTHONUNBUFFERED True

run/markdown-preview/editor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official Python image.
1616
# https://hub.docker.com/_/python
17-
FROM python:3.8-slim
17+
FROM python:3.9-slim
1818

1919
# Allow statements and log messages to immediately appear in the Cloud Run logs
2020
ENV PYTHONUNBUFFERED True

run/markdown-preview/renderer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official Python image.
1616
# https://hub.docker.com/_/python
17-
FROM python:3.8-slim
17+
FROM python:3.9-slim
1818

1919
# Allow statements and log messages to immediately appear in the Cloud Run logs
2020
ENV PYTHONUNBUFFERED True

run/pubsub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
ENV PYTHONUNBUFFERED True

run/system-package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
# Allow statements and log messages to immediately appear in the Cloud Run logs
2020
ENV PYTHONUNBUFFERED True

trace/cloud-trace-demo-app-opentelemetry/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
ENV APP_HOME /app

trace/cloud-trace-demo-app/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.6
1+
FROM python:3.9.0
22

33
RUN pip3 install --upgrade pip
44

0 commit comments

Comments
 (0)