From 66348605c6d32b4a86b7378c28f72ccec79ed67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:43:43 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1179.1741863533 in /build Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1179.1741863533. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1179.1741863533 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 f2ee665..bf9919a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,7 +23,7 @@ RUN make go-build # 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/ubi8/ubi-minimal:8.10-1018 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 ENV USER_UID=1001 \ USER_NAME=hypershift-logging-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d78c342..e425049 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/ubi8/ubi-minimal:8.10-1018 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe