From 6324bec4be65365300726f8a4ce2e9d6a8628952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:26:43 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1775623882 in /build Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1775623882. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1775623882 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6b95bbf..24d243b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o # 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/ubi-minimal:9.7-1773939694 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1775623882 WORKDIR / COPY --from=builder /workspace/manager . USER nonroot:nonroot diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d2a6437..be9e6c7 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1775623882 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe