diff --git a/Containerfile b/Containerfile index 83393ca..744b1f2 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:403f0f780d1491c0c431c404fdaf89ee397b3aeac47a82069766a808715c5306 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:44b0ec991c1ecbd754d79b2430126546487998e57281b945ccc2703d1bcb7b2c AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all