Forcing both staging and prod dockerfile to use f34 as there is some issue with including the file in buildconfig.

This commit is contained in:
Adam Saleh 2021-05-08 10:56:20 +02:00
parent dfd5d17e3a
commit 87d557789f

View file

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