From 10df674ba152e83e0f7345d7b93c9c7fc9608cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:36:00 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.8-1780378819 to 1782797355 Bumps ubi9/ubi-minimal from 9.8-1780378819 to 1782797355. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1782797355' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3489ff71..9b03ec20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN USER=netobserv VERSION=main make oc-commands RUN mkdir -p output # Create final image from ubi + built binary and command -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:1782797355 RUN microdnf install -y tar && \ microdnf clean all