Skip to content

Commit 4e4b601

Browse files
chore(deps): update python docker tag (GoogleCloudPlatform#7085)
Co-authored-by: Dan Lee <[email protected]>
1 parent a869812 commit 4e4b601

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

appengine/flexible/tasks/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.9
17+
FROM python:3.10
1818

1919
# Copy local code to the container image.
2020
ENV APP_HOME /app

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.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.

composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile

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

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.9-slim
19+
FROM python:3.10-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.9-slim
19+
FROM python:3.10-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.9-slim
19+
FROM python:3.10-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
@@ -14,7 +14,7 @@
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.
2020
ENV APP_HOME /app

run/django/Dockerfile

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

1919
ENV APP_HOME /app
2020
WORKDIR $APP_HOME

run/filesystem/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
2121
RUN apt-get update -y && apt-get install -y \

run/filesystem/gcsfuse.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
2121
RUN set -e; \

run/hello-broken/Dockerfile

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

1818
# Use the official Python image.
1919
# https://hub.docker.com/_/python
20-
FROM python:3.9
20+
FROM python:3.10
2121

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

run/helloworld/Dockerfile

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

1818
# Use the official lightweight Python image.
1919
# https://hub.docker.com/_/python
20-
FROM python:3.9-slim
20+
FROM python:3.10-slim
2121

2222
# Allow statements and log messages to immediately appear in the Knative logs
2323
ENV PYTHONUNBUFFERED True

run/idp-sql/Dockerfile

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

55
# Use the official Python image.
66
# https://hub.docker.com/_/python
7-
FROM python:3.9
7+
FROM python:3.10
88

99
# Send stdout/stderr out, do not buffer.
1010
ENV PYTHONUNBUFFERED 1

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.9
17+
FROM python:3.10
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.9
17+
FROM python:3.10
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.9-slim
17+
FROM python:3.10-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.9-slim
17+
FROM python:3.10-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
@@ -17,7 +17,7 @@
1717

1818
# Use the official Python image.
1919
# https://hub.docker.com/_/python
20-
FROM python:3.9
20+
FROM python:3.10
2121

2222
# Allow statements and log messages to immediately appear in the Cloud Run logs
2323
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.9
17+
FROM python:3.10
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
@@ -14,7 +14,7 @@
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.
2020
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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM python:3.9.7
15+
FROM python:3.10.0
1616

1717
RUN pip3 install --upgrade pip
1818

0 commit comments

Comments
 (0)