Use F38 for bodhi staging

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2023-04-30 10:30:34 +02:00 committed by kevin
parent 4ac2b73029
commit bcd665876d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
---
# Set the Bodhi variables
bodhi_version: "7.1.1"
bodhi_version: "7.2.0"
bodhi_openshift_pods: 1

View file

@ -1,5 +1,5 @@
{% if env == "staging" %}
FROM fedora:37
FROM fedora:38
{% else %}
FROM fedora:37
{% endif %}

View file

@ -1,5 +1,5 @@
{% if env == "staging" %}
FROM fedora:37
FROM fedora:38
{% else %}
FROM fedora:37
{% endif %}