From 2e1a427ce46a534bd7d4e88874c24f468a205087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:36:09 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 1784092978 to 1784705645 Bumps ubi9/ubi-minimal from 1784092978 to 1784705645. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1784705645' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2373e24..1a608a39 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:1784092978 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:1784705645 RUN microdnf install -y tar && \ microdnf clean all