Skip to content

Commit 5ab3c02

Browse files
chore(deps): update python docker tag to v3.11 (GoogleCloudPlatform#9664)
* chore(deps): update python docker tag to v3.11 * Apply suggestions from code review --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent aef12c3 commit 5ab3c02

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
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.10
17+
FROM python:3.11
1818

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

appengine/flexible_python37_and_earlier/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.10
17+
FROM python:3.11
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.10-buster
17+
FROM python:3.11-buster
1818

1919
RUN apt-get update
2020

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.10
15+
FROM python:3.11
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.10-slim
19+
FROM python:3.11-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.10-slim
19+
FROM python:3.11-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.10-slim
19+
FROM python:3.11-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.10-slim
17+
FROM python:3.11-slim
1818

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

recaptcha_enterprise/demosite/app/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.10-slim
19+
FROM python:3.11-slim
2020

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

run/deployment-previews/Dockerfile

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

1515
# [START cloudrun_deployment_preview_dockerfile]
1616
# Start from a Python base container
17-
FROM python:3.10-slim
17+
FROM python:3.11-slim
1818

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

0 commit comments

Comments
 (0)