Skip to content

Commit b043f0b

Browse files
authored
chore(deps): update python docker tag to v3.14 (#1336)
1 parent adc25f6 commit b043f0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/cloudrun/mysql/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.12-slim
3+
FROM python:3.14-slim
44

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

samples/cloudrun/postgres/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.12-slim
3+
FROM python:3.14-slim
44

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

samples/cloudrun/sqlserver/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.12-slim
3+
FROM python:3.14-slim
44

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

0 commit comments

Comments
 (0)