From 6649054f63f72609bf1cab301b54de5b7b5f9455 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:51:50 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.7-1767674301 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.downstream | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d4d6b14..2ec2d6e4 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-1764794285 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.7-1767674301 WORKDIR / COPY --from=builder /opt/app-root/build . diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 7788357d..b8ae8c5d 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 + built binary and command -FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285 +FROM registry.access.redhat.com/ubi9/ubi:9.7-1767674301 ARG BUILDVERSION ARG BUILDVERSION_Y