From f76ff54b1fcc0a0dd67038432f52427c3b8bb7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 14 Nov 2023 09:16:25 +0100 Subject: [PATCH] bugzilla2fedmsg: use a more recent python builder image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml b/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml index e930b92adf..bb1c1db9d3 100644 --- a/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml +++ b/roles/openshift-apps/bugzilla2fedmsg/templates/buildconfig.yml @@ -15,11 +15,11 @@ spec: from: kind: ImageStreamTag namespace: openshift - name: python:3.6 + name: python:3.9-ubi8 triggers: - type: ImageChange - type: ConfigChange output: to: kind: ImageStreamTag - name: bugzilla2fedmsg:latest \ No newline at end of file + name: bugzilla2fedmsg:latest