From f539168abb546e4895d82f208e4b5be6b8c73a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 16:50:36 +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 f1629a38..2457dbe1 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml @@ -35,7 +35,7 @@ spec: template: spec: containers: - - image: python:3.13 + - image: python:3.14 imagePullPolicy: Always name: faf-coop-deployment envFrom: