From 3bd27b26a434ce6dadfcb4ddaddbe9dd05173d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:34:48 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from `90bd85d` to `bb08f23` in /probe Bumps ubi9/ubi-minimal from `90bd85d` to `bb08f23`. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- probe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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