diff --git a/build/Dockerfile b/build/Dockerfile index 06558077..fdc01628 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,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/ubi9/ubi-minimal:9.7-1770267347 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502 WORKDIR / COPY --from=builder /workspace/build/_output/bin/* /manager USER nonroot:nonroot diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index ab766302..1f90529e 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/ubi9/ubi-minimal:9.7-1770267347 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe