From 48215a4418579f85939cc5f935b5dfe6515a89c5 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 16 May 2024 16:03:10 +0200 Subject: [PATCH] [the-new-hotness] Update hotness instance to F40 Signed-off-by: Michal Konecny --- 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 2778743ce2..1e75d4a5e6 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -10,7 +10,7 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:38 + FROM fedora:40 LABEL \ name="the-new-hotness" \ vendor="Fedora Infrastructure" \