diff --git a/Containerfile b/Containerfile index 4a3f20c..c3d08d1 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ # Because it's generating a base image and uses containerization features itself. # In the future some of this can be lifted. -FROM quay.io/fedora/fedora:rawhide as repos +FROM quay.io/fedora/fedora:42 as repos # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted. FROM quay.io/fedora/fedora:41 as builder