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