From ba5c50a18fa6ad4268b83dbb6c9d79df39d788e7 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:13:39 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1775623882 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- src/webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webhook/Dockerfile b/src/webhook/Dockerfile index 9b5d4d88ef..6b61708223 100644 --- a/src/webhook/Dockerfile +++ b/src/webhook/Dockerfile @@ -21,7 +21,7 @@ ENV GOFLAGS="-tags=strictfipsruntime" RUN CGO_ENABLED=1 GOOS=linux GOARCH=$TARGETARCH go build -mod=readonly -a -o manager main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1775623882 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532