From f7a064a714e236acd543f61b974a4472d50f1239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:24:18 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.4-947 --- ubi9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9/Dockerfile b/ubi9/Dockerfile index 4e6e84d..88e2e5b 100644 --- a/ubi9/Dockerfile +++ b/ubi9/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 +FROM registry.access.redhat.com/ubi9/ubi:9.4-947 # Set SHELL to configure the default shell used in web terminals # https://github.com/eclipse/che/issues/22524