From 41d27d3acca07d712227f886edfeb908337d5d97 Mon Sep 17 00:00:00 2001 From: Susan Vattic <50509349+sVattic@users.noreply.github.com> Date: Mon, 13 May 2019 07:50:56 -0500 Subject: [PATCH] Update Dockerfile.static --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index 314790b..51cde87 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -FROM docker.io/fedora:latest +FROM registry.fedoraproject.org/fedora:latest WORKDIR /build RUN dnf update -y && \ dnf install -y git make automake autoconf gcc glibc-static meson ninja-build clang