From 180b0844918d3961f5369cd4fcab6d452d66c2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 23 Jan 2020 15:52:40 +0100 Subject: [PATCH] the-new-hotness: Update image to F30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index b6882b7a06..6133b325ad 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -13,7 +13,7 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:29 + FROM fedora:30 LABEL \ name="the-new-hotness" \ vendor="Fedora Infrastructure" \