diff --git a/Containerfile b/Containerfile index 5266a7cc..73c72369 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}" FROM ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods FROM ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods-extra -FROM ghcr.io/ublue-os/fsync-kernel:latest AS fsync +FROM ghcr.io/ublue-os/fsync-kernel:${FEDORA_MAJOR_VERSION} AS fsync FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS bazzite