8000 chore(deps): update python docker tag (#7085) · khamdan/python-docs-samples@4e4b601 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e4b601

Browse files
chore(deps): update python docker tag (GoogleCloudPlatform#7085)
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
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; \

0 commit comments

Comments
 (0)
0