bodhi: something is broken, try moving back to f40 base image
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
33da0d2c48
commit
aa828e6a5d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:41
|
||||
{% else %}
|
||||
FROM fedora:41
|
||||
FROM fedora:40
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-base" \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:41
|
||||
{% else %}
|
||||
FROM fedora:41
|
||||
FROM fedora:40
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-critpathcron" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue