build: the Fedora container image is now maintained at quay.io

The registry.fedoraproject.org site now redirect to
https://quay.io/organization/fedora, so fetch the image from Quay
directly.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2025-03-05 09:11:17 +01:00
parent 2e24cbf082
commit 3765b15f47

View File

@ -8,7 +8,7 @@
# little different. # little different.
# #
FROM registry.fedoraproject.org/fedora:latest FROM quay.io/fedora/fedora:latest
ARG GOPATH=/go ARG GOPATH=/go
ARG GOROOT=/usr/local/go ARG GOROOT=/usr/local/go