From a6b2e79cbabb3b5baebd1a0fb0224ac4d0b5c622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:15:13 +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 2a1a8ac..34b3aea 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:43@sha256:87c9d9a142c824c682ef776c119f9de8c5c22155f6d5546532ac93ab8c842c07 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:022419633cfe7e5251de9bc0dc7e3bd5cd287f4a9de8b1fa2c796e26d4f1202a 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