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:44@sha256:2ca1cb5100c8da552eada9b3b7dc74560aabde1901c05dff82b584b6504df410 AS builder
FROM quay.io/fedora/fedora-bootc:44@sha256:301d6ffcb2c8df88cf5328ec9041b411c740cd528e2d47e3af0f12306a63eef1 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
Expand Down
Loading