diff --git a/build/Dockerfile b/build/Dockerfile index f2ee665..39a1109 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-1756195339 ENV USER_UID=1001 \ USER_NAME=hypershift-logging-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d78c342..121709c 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-1756195339 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe