From 7ab8d8412a9aeea60e8adfc093bcc26ac55fda9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:59:21 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.6-1754586119 --- ubi9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9/Dockerfile b/ubi9/Dockerfile index 4991c28..b544477 100644 --- a/ubi9/Dockerfile +++ b/ubi9/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.6-1754380668 +FROM registry.access.redhat.com/ubi9/ubi:9.6-1754586119 # Set SHELL to configure the default shell used in web terminals # https://github.com/eclipse/che/issues/22524