From 0f2b4451d7e851cb48af8b9a7eb102f8ea674a31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:22:40 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.7-1774415752 [rhel9] --- rhel9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel9/Dockerfile b/rhel9/Dockerfile index 53b594e4..1838f674 100644 --- a/rhel9/Dockerfile +++ b/rhel9/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7-1774227732 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7-1774415752 FROM ${BASE_IMAGE} as build ARG TARGETARCH