From 146f3843b6acd18f07db9d9759330d5a75abb7b4 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:47:40 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.7-1769057030 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80e9929a3..faa03acd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,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:9.7-1768785530 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.7-1769057030 WORKDIR / COPY --from=builder /opt/app-root/build .