diff --git a/Containerfile b/Containerfile index 744b1f2..10d496e 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:44b0ec991c1ecbd754d79b2430126546487998e57281b945ccc2703d1bcb7b2c AS builder +FROM quay.io/fedora/fedora-bootc:45@sha256:7578d66a405bbc429618a8d265a922693997cbb386a28eae8cfb6539d0289677 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