[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:
parent
f869c0f643
commit
974a5be479
1 changed files with 4 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue