From c8ca0b524ac986af17604081fc9d799cb81e40c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 5 May 2022 12:02:32 +0200 Subject: [PATCH] Use a more recent python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml b/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml index fa0dece3af..6ae1ea1ed5 100644 --- a/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml +++ b/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml @@ -22,7 +22,7 @@ spec: sourceStrategy: from: kind: ImageStreamTag - name: python:3.6 + name: python:3.9 namespace: openshift output: to: