diff --git a/Dockerfile.cfsuki b/Dockerfile.cfsuki index 20076d286..2176dc6fc 100644 --- a/Dockerfile.cfsuki +++ b/Dockerfile.cfsuki @@ -1,13 +1,18 @@ # Override via --build-arg=base= to use a different base ARG base=localhost/bootc # This is where we get the tools to build the UKI -ARG buildroot=quay.io/fedora/fedora:42 +ARG buildroot=quay.io/centos/centos:stream10 FROM $base AS base FROM $buildroot as buildroot-base RUN <