diff --git a/build/Dockerfile b/build/Dockerfile index 5a8bb33f..e3b04e9a 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-1137 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161 ENV OPERATOR=/usr/local/bin/deployment-validation-operator \ USER_UID=1001 \ diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 2d89fb92..f458fa19 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-1137 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe