diff --git a/build/Dockerfile b/build/Dockerfile index 9a83fa9..84aaab0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /build COPY . . RUN env CGO_ENABLED=1 GOOS=linux go build -o runner -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1769056855 COPY --from=builder /build/runner / COPY containers/forwarder/bin/systemctl_wrapper.sh /bin/systemctl diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d3459e6..3a892a6 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-1764794109 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1769056855 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe