From e47e31da74560af1e0f1bf6515e7054522086659 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:41:24 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.7-1776834047 [rhel9] --- rhel9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel9/Dockerfile b/rhel9/Dockerfile index 7d271942..544b839d 100644 --- a/rhel9/Dockerfile +++ b/rhel9/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7-1776113524 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7-1776834047 FROM ${BASE_IMAGE} as build ARG TARGETARCH