From 57f9dd3c1e73bd613fe307d86d7d22833573f02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:34:04 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora-bootc docker tag to v45 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6c55673..c4006bf 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:44@sha256:1c529af15cb9805ab11fb2c1f5826699f9e8871a64d4a0e793bb0a57445ceaa7 AS builder +FROM quay.io/fedora/fedora-bootc:45@sha256:ca944071659eed33affa00ba2d08e4d92a85b855ebcf83133baab3892c298670 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