diff --git a/Containerfile b/Containerfile index dbb4dee..67f9dc4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:44@sha256:b2cdac369040bc38f571251cc3063d6d9efbf1406938f4517b40b80171135627 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:517d9ac2e6ea673e0c50459b68133f5c27299c88f03317b21b325958dec8ba8e AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games && dnf clean all