From 33a217694ad78e4701bfa200046fca9fb8d732dd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 00:21:15 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9-minimal Docker tag to v9.6-1755695350 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- konflux.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02e94834..8c6747a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672 +FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532 diff --git a/konflux.Dockerfile b/konflux.Dockerfile index 793930c9..fb9189ba 100644 --- a/konflux.Dockerfile +++ b/konflux.Dockerfile @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Use redhat ubi9 as minimal base image to package the manager binary # https://registry.access.redhat.com/ubi9/ubi-minimal -FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672 +FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532