From fd718bfe68066a55a8370a9302e8270bbecdee2f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 25 Nov 2025 21:14:33 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- samples/cloudrun/mysql/Dockerfile | 2 +- samples/cloudrun/postgres/Dockerfile | 2 +- samples/cloudrun/sqlserver/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/cloudrun/mysql/Dockerfile b/samples/cloudrun/mysql/Dockerfile index 853ca78e..485bced9 100644 --- a/samples/cloudrun/mysql/Dockerfile +++ b/samples/cloudrun/mysql/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.12-slim +FROM python:3.14-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True diff --git a/samples/cloudrun/postgres/Dockerfile b/samples/cloudrun/postgres/Dockerfile index 853ca78e..485bced9 100644 --- a/samples/cloudrun/postgres/Dockerfile +++ b/samples/cloudrun/postgres/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.12-slim +FROM python:3.14-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True diff --git a/samples/cloudrun/sqlserver/Dockerfile b/samples/cloudrun/sqlserver/Dockerfile index 853ca78e..485bced9 100644 --- a/samples/cloudrun/sqlserver/Dockerfile +++ b/samples/cloudrun/sqlserver/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.12-slim +FROM python:3.14-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True