From ae1374acaa036e3f28f9e80030497387376ef31e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:54:01 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.10-1780292986 [rhel8] --- rhel8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel8/Dockerfile b/rhel8/Dockerfile index c4f5f9434..cfbbc72f1 100644 --- a/rhel8/Dockerfile +++ b/rhel8/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10-1779891713 +ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10-1780292986 FROM ${BASE_IMAGE} as build ARG TARGETARCH