From 2dfbe93afd7593d29e179d28d7f78273d72fcc0c Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:58:43 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker digest to 6d5a657 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfile.konflux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 4baefe7c..2de9d8f2 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -23,7 +23,7 @@ USER root RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GOEXPERIMENT=strictfipsruntime go build -tags strictfipsruntime -a -o manager main.go -FROM registry.redhat.io/ubi9/ubi-minimal@sha256:11db23b63f9476e721f8d0b8a2de5c858571f76d5a0dae2ec28adf08cbaf3652 +FROM registry.redhat.io/ubi9/ubi-minimal@sha256:6d5a6576c83816edcc0da7ed62ba69df8f6ad3cbe659adde2891bfbec4dbf187 WORKDIR / COPY --from=builder /workspace/manager .