diff --git a/Containerfile b/Containerfile index 0b7d265..9705830 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:44@sha256:9710499107f30fa92dbd7305d815f9207db849f166e69fcb22ebc907377f8966 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:a7f0ccdc982acf78351fc3f425729d1f45e2779b69201350ebff207730ab3a29 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