From 17c4a88a8802e0c0a059d530869a15fa661e6676 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Tue, 20 Jun 2023 11:54:26 +0200 Subject: [PATCH] Use docker.io for Dockerfile verify step to please DockerHub Official Builds https://github.com/docker-library/official-images/actions/runs/5300787500/jobs/9594533073?pr=14883 --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 930748b..6467f82 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -8,7 +8,7 @@ # Some templating is done in order to allow us to easily build different configurations and to # allow us to automate the release process. -FROM quay.io/archlinux/archlinux:latest AS verify +FROM docker.io/archlinux/archlinux:base AS verify COPY TEMPLATE_ROOTFS_FILE / RUN pacman -Syu --noconfirm