bodhi-stg: switch base images to F41

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2024-11-22 17:14:39 +01:00
parent 2538a7e30f
commit a8695c5c33
2 changed files with 2 additions and 2 deletions

View file

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

View file

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