From f43864d54a3b785d44f50d8ff8f5f733a46e2225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:14:59 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.8-1782841664 --- ubi9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9/Dockerfile b/ubi9/Dockerfile index 0ac0d3a5..1c24bfa1 100644 --- a/ubi9/Dockerfile +++ b/ubi9/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.7-1771346757 +FROM registry.access.redhat.com/ubi9/ubi:9.8-1782841664 # Set SHELL to configure the default shell used in web terminals # https://github.com/eclipse/che/issues/22524