diff --git a/probe/Dockerfile b/probe/Dockerfile index fa2d40a931..000f4227a6 100644 --- a/probe/Dockerfile +++ b/probe/Dockerfile @@ -13,7 +13,7 @@ ARG TARGETARCH RUN make probe GOOS=linux GOARCH=${TARGETARCH} -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 as standard +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713.1749680713 as standard RUN microdnf install shadow-utils