From a7eab9160fb8ab036778e95c0dadca8ea124db7c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:34:51 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker digest to ac53e09 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .konflux/shared-resource-webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.konflux/shared-resource-webhook/Dockerfile b/.konflux/shared-resource-webhook/Dockerfile index 97b06e590..f14bfbfa6 100644 --- a/.konflux/shared-resource-webhook/Dockerfile +++ b/.konflux/shared-resource-webhook/Dockerfile @@ -6,7 +6,7 @@ RUN rm -f /vendor/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -o openshift-builds-shared-resource-webhook ./cmd/webhook -FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:3b1f4975e025fca77b7196a56e0481579dcd3b5e3701f99223204a90dfc25003 +FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc COPY --from=builder /opt/app-root/src/openshift-builds-shared-resource-webhook . COPY LICENSE /licenses/