bodhi: run stg on F37

Signed-off-by: Mattia Verga <mattia.verga@proton.me>
This commit is contained in:
Mattia Verga 2022-12-03 09:09:03 +01:00 committed by kevin
parent 3265538412
commit 55ead79f2a

View file

@ -1,4 +1,8 @@
{% if env == "staging" %}
FROM fedora:37
{% else %}
FROM fedora:36
{% endif %}
LABEL \
name="bodhi-base" \
vendor="Fedora Infrastructure" \