From 35b741bed64b414080759a4330b34602a776ce89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:42:30 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.7-1778461551 to 1782708608 in /build Bumps ubi9/ubi-minimal from 9.7-1778461551 to 1782708608. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1782708608' 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 48beb66..ce67024 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ COPY . /src RUN make gobuild -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1778461551 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1782708608 ENV OPERATOR=/usr/local/bin/custom-domains-operator \ USER_UID=1001 \ USER_NAME=custom-domains-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 5afa8d8..bd2d7c2 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-1778461551 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1782708608 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe