diff --git a/Dockerfile b/Dockerfile index c83d4b930..adf3fe1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN . ./controller-tools-ver && mv bin/controller-gen bin/controller-gen-$CONTRO RUN . ./controller-tools-ver && make build # Use OpenShift base image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681 WORKDIR / COPY --from=builder /workspace/bin/manager . COPY --from=builder /workspace/bin/metrics-server . diff --git a/must-gather/Dockerfile b/must-gather/Dockerfile index b7c1c051d..06798e883 100644 --- a/must-gather/Dockerfile +++ b/must-gather/Dockerfile @@ -1,6 +1,6 @@ FROM registry.redhat.io/openshift4/ose-must-gather:latest as builder -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681 # For gathering data from nodes # NOTE for hermetic build: any change to the packages installed here must