diff --git a/build/Dockerfile b/build/Dockerfile index e8c2a9e0..e6c4e091 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/openshift/deadmanssnitch-operator ENV GOFLAGS="" RUN make go-build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1775623882 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 ENV OPERATOR_BIN=deadmanssnitch-operator WORKDIR /root/ diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index be9e6c7e..866304b7 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-1775623882 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe