diff --git a/build/Dockerfile b/build/Dockerfile index f21c00c0..df06af85 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,7 +3,7 @@ COPY . /go/src/github.com/openshift/splunk-forwarder-operator WORKDIR /go/src/github.com/openshift/splunk-forwarder-operator RUN make go-build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 ENV OPERATOR_PATH=/go/src/github.com/openshift/splunk-forwarder-operator \ OPERATOR_BIN=splunk-forwarder-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 408bc99d..47661b84 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.8-1780378819 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe