From fc628cdb40898ec6aa22f9387418775f102e8442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 09:29:07 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.9-1161 to 8.9-1161.1715068733 in /build (#324) Bumps ubi8/ubi-minimal from 8.9-1161 to 8.9-1161.1715068733. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index e3b04e9a..976da29e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -5,7 +5,7 @@ COPY . /workdir WORKDIR /workdir RUN make -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733 ENV OPERATOR=/usr/local/bin/deployment-validation-operator \ USER_UID=1001 \ diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index f458fa19..89012c16 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.9-1161 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe