From 5187ae74c272ae34dcf9f7661d0c46e5aeca93a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:19:20 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi-minimal in / Bumps ubi9/ubi-minimal in `/` from `83006d5` to `d91be7c`. Updates `ubi9/ubi-minimal` from `83006d5` to `d91be7c` Updates `ubi9/ubi-minimal` from `83006d5` to `d91be7c` Updates `ubi9/ubi-minimal` from `83006d5` to `d91be7c` --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- emailsender/Dockerfile | 2 +- probe/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28048520e1..ef69674b10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ --mount=type=cache,target=/go/.cache/ \ make fleet-manager fleetshard-sync GOOS=linux GOARCH=${TARGETARCH} -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b AS standard RUN microdnf install shadow-utils diff --git a/emailsender/Dockerfile b/emailsender/Dockerfile index 629db91b0f..e215dc893e 100644 --- a/emailsender/Dockerfile +++ b/emailsender/Dockerfile @@ -10,7 +10,7 @@ COPY . ./ RUN make emailsender -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b AS standard RUN microdnf install shadow-utils diff --git a/probe/Dockerfile b/probe/Dockerfile index e47dee6bcb..4d24309312 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:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 as standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b as standard RUN microdnf install shadow-utils