From b1c89f4151a9a0c39447e5fc61ffdd5f4e7b81ef Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:19:35 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to af12fdc Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- konflux.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konflux.Containerfile b/konflux.Containerfile index d7124e39..e6eba670 100644 --- a/konflux.Containerfile +++ b/konflux.Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi@sha256:8f757bfe94700eee7d26c885cd16bf3ae9923edf38f984ef3da50d2ce937fc5e AS builder +FROM registry.access.redhat.com/ubi8/ubi@sha256:af12fdcdf2033c33e08a156e6faf470fb1d2b883c92dc354c3829623a7f40628 AS builder ARG FACT_TAG RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]