From 7e65f01306fe2ebe438c2712414258d439365df8 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Tue, 21 Jan 2025 15:53:14 -0500 Subject: [PATCH] Containerfile: use rawhide as builder to get the latest rpm-ostree --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index abc0b92..f512548 100644 --- a/Containerfile +++ b/Containerfile @@ -26,7 +26,7 @@ FROM quay.io/fedora/fedora:rawhide as repos # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted. -FROM quay.io/fedora/fedora:41 as builder +FROM quay.io/fedora/fedora:rawhide as builder RUN dnf -y install rpm-ostree selinux-policy-targeted ARG MANIFEST=fedora-bootc.yaml COPY --from=repos /etc/dnf/vars /etc/dnf/vars