bodhi: something is broken, try moving back to f40 base image

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-12-06 12:58:33 -08:00
parent 33da0d2c48
commit aa828e6a5d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% if env == "staging" %} {% if env == "staging" %}
FROM fedora:41 FROM fedora:41
{% else %} {% else %}
FROM fedora:41 FROM fedora:40
{% endif %} {% endif %}
LABEL \ LABEL \
name="bodhi-base" \ name="bodhi-base" \

View file

@ -1,7 +1,7 @@
{% if env == "staging" %} {% if env == "staging" %}
FROM fedora:41 FROM fedora:41
{% else %} {% else %}
FROM fedora:41 FROM fedora:40
{% endif %} {% endif %}
LABEL \ LABEL \
name="bodhi-critpathcron" \ name="bodhi-critpathcron" \