diff --git a/probe/Dockerfile b/probe/Dockerfile index 18e79cc6ee..0d2a301536 100644 --- a/probe/Dockerfile +++ b/probe/Dockerfile @@ -12,7 +12,7 @@ ARG TARGETARCH RUN make probe GOOS=linux GOARCH=${TARGETARCH} -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:90bd85dcd061d1ad6dbda70a867c41958c04a86462d05c631f8205e8870f28f8 as standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95 as standard RUN microdnf install shadow-utils