From b5f952dcd91637eac5d6d499cfdef2c2b60e028b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:30:34 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1771346502 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 d6b1a93b3f..d943d414e6 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-1770267347 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532