From 9d1a6ec2d5618cb5bf3b391c31e1e74476b89b93 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:50:06 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.8-1782366411 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 5e430c7011..a4c6fddf1d 100644 --- a/src/webhook/Dockerfile +++ b/src/webhook/Dockerfile @@ -21,7 +21,7 @@ ARG TARGETARCH 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.8-1782191395 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532