From b07b391694f9797a7369c01dd4a5255dfb52a9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:56:02 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora-bootc:44 docker digest to e2bb9b7 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e8f5be2..6ef3c3d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:44@sha256:3ec61e9a639d6e336f472987375c03eb476c4bdd68a63ed09a9d5cf8b7e76ba7 AS builder +FROM quay.io/fedora/fedora-bootc:44@sha256:e2bb9b732b205821caabc3cb6aaca4d95ab043febf2d96c4363c97d6e5cff20e 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