From 22681354dafed0a2759f90b0466565173072b5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:04:03 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.5-1741600006 --- ubi9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9/Dockerfile b/ubi9/Dockerfile index 59f74a31..4ec7b2db 100644 --- a/ubi9/Dockerfile +++ b/ubi9/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5-1739751568 +FROM registry.access.redhat.com/ubi9/ubi:9.5-1741600006 # Set SHELL to configure the default shell used in web terminals # https://github.com/eclipse/che/issues/22524