diff --git a/build/Dockerfile b/build/Dockerfile index 37a2f55b..8708c621 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN make go-build #### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 ENV USER_UID=1001 \ USER_NAME=configure-alertmanager-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index e4250498..be54e995 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-1179.1741863533 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe