From dfd66d1a73d79ddc3e7ab3cd8594d97e9a8956f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:58:12 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml index a11b8468..eb1ef896 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml @@ -33,7 +33,7 @@ spec: template: spec: containers: - - image: python:3.13 + - image: python:3.14 imagePullPolicy: Always name: faf-coop-deployment envFrom: