From 9e789af60dc81f4855fe3b8888755c449c07e78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:13:57 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora-bootc docker tag to v44 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6163e89..e3bdea5 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:43@sha256:8d040512aaecebd77a13cf301db0a131604f715b4f4eb1b22390e2d2b0031b98 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:4d4536f443eacb9d7740a290964b3ffcceade0989886e8317e92c047cadd9f9b 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