From 8ad2427f87ec22446e8058a80af96235fb734719 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:28:25 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 6929533 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rh b/Dockerfile.rh index e910f08a4..e611669a0 100644 --- a/Dockerfile.rh +++ b/Dockerfile.rh @@ -17,7 +17,7 @@ RUN CGO_ENABLED=1 go build -mod=mod \ -o ./policy-controller ./cmd/webhook # Install stage -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:692953368d8e630f40a3c0a6135163f8824fdafc26e0400b9a6c8d7fac850366 COPY --from=build-env /opt/app-root/src/policy-controller /usr/local/bin/policy-controller WORKDIR /opt/app-root/src/home COPY LICENSE /licenses/LICENSE