diff --git a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml index aa558b9e..cd0a8913 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml @@ -20,7 +20,7 @@ spec: template: spec: containers: - - image: gradle:9.2-jdk21 + - image: gradle:9.4-jdk21 imagePullPolicy: Always name: faf-deploy-coop workingDir: /workspace diff --git a/apps/faf-legacy-deployment/templates/deploy-coop.yaml b/apps/faf-legacy-deployment/templates/deploy-coop.yaml index ac01eb55..9d1c5c1b 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop.yaml @@ -20,7 +20,7 @@ spec: template: spec: containers: - - image: gradle:9.2-jdk21 + - image: gradle:9.4-jdk21 imagePullPolicy: Always name: faf-deploy-coop workingDir: /workspace