From 6e34acc1ae97c889406cd191c3ba8293d0f441a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:12:57 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora-bootc:44 docker digest to d876022 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index da7bf7e..a139edd 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:44@sha256:79779c245e81db7d3135cdb0cc61f42d76f9ddef661ced8cdc0d3b50f4f520a7 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:d876022f36322f4b5bb4a8aed7c17f1ba32a27e4cf39fefb4d604fd110793728 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