Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora-bootc:42@sha256:f996bbd09c4ab11266b4793f1c5403b28926070da8ca90c00fbb6e183eb28726 AS builder
FROM quay.io/fedora/fedora-bootc:42@sha256:6b6e94f738f08cb5a0747ef4a3e080423ad78672ce6f1c2f4728ec36130b8266 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
Expand Down
Loading