[the-new-hotness] Update to F36 on staging

Update Fedora image to F36. Only for staging for now.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-05-27 12:52:35 +02:00
parent f869c0f643
commit 974a5be479

View file

@ -10,7 +10,11 @@ items:
runPolicy: Serial
source:
dockerfile: |-
{% if env == 'staging' %}
FROM fedora:36
{% else %}
FROM fedora:34
{% endif %}
LABEL \
name="the-new-hotness" \
vendor="Fedora Infrastructure" \