Cirrus: Fix fedora-minimal mirroring

Builds of this dockerfile fail on quay.io due to not being able to pull
the base image.  Use a fully-qualified FROM name to work around this.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2020-03-04 14:16:12 -05:00
parent 797da2a57b
commit 288ddaa5ca

View File

@ -1 +1 @@
FROM fedora-minimal:latest
FROM registry.fedoraproject.org/fedora-minimal:latest