the-new-hotness: Update container to F32

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2020-05-26 12:13:17 +02:00 committed by zlopez
parent c0da6dfd5f
commit 7cf79141e8

View file

@ -13,7 +13,7 @@ items:
runPolicy: Serial runPolicy: Serial
source: source:
dockerfile: |- dockerfile: |-
FROM fedora:30 FROM fedora:32
LABEL \ LABEL \
name="the-new-hotness" \ name="the-new-hotness" \
vendor="Fedora Infrastructure" \ vendor="Fedora Infrastructure" \
@ -22,7 +22,6 @@ items:
RUN dnf install -y \ RUN dnf install -y \
git \ git \
koji \ koji \
rpm-python \
rpmdevtools \ rpmdevtools \
fedpkg \ fedpkg \
python3-pycurl \ python3-pycurl \