Update base image just in case

This commit is contained in:
Justin Kromlinger 2023-06-15 14:49:24 +02:00
parent b2322a4600
commit 62d2b0fa76
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -11,6 +11,8 @@
FROM archlinux/archlinux:latest AS verify FROM archlinux/archlinux:latest AS verify
COPY TEMPLATE_ROOTFS_FILE / COPY TEMPLATE_ROOTFS_FILE /
RUN pacman -Syu --noconfirm
# TEMPLATE_ROOTFS_RELEASE_URL # TEMPLATE_ROOTFS_RELEASE_URL
RUN TEMPLATE_ROOTFS_DOWNLOAD && \ RUN TEMPLATE_ROOTFS_DOWNLOAD && \
echo "TEMPLATE_ROOTFS_HASH" > /tmp/rootfs.tar.sha256 && \ echo "TEMPLATE_ROOTFS_HASH" > /tmp/rootfs.tar.sha256 && \