From f338be5d7bc20a0311f5e3ca808a33d2a8cf617e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:13:29 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1179.1739286367 to 8.10-1179.1741863533 Bumps ubi8/ubi-minimal from 8.10-1179.1739286367 to 8.10-1179.1741863533. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32bc662c9..1586f73a8 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/ubi8/ubi-minimal:8.10-1179.1739286367 AS standard +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 AS standard RUN microdnf install shadow-utils diff --git a/Dockerfile.tools b/Dockerfile.tools index c0743f037..74c86cfb1 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -6,7 +6,7 @@ COPY . ./ RUN make binary -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1739286367 as standard +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 as standard ENV KUBECTL_VERSION=v1.28.1