From 229fae1e360a74cd20c57367262f173369039ffc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:51:34 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1770267347 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.downstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.downstream b/Dockerfile.downstream index e071768b..77426b81 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -36,7 +36,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM RUN mkdir -p output # Create final image from ubi-minimal + built binary and command -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1769056855 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770267347 ARG BUILDVERSION ARG BUILDVERSION_Y