From d92706534dc2f8b8f28967cae5de4e113b997da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:01:55 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /11/rhel/ubi8/hotspot (#1845) --- 11/rhel/ubi8/hotspot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/rhel/ubi8/hotspot/Dockerfile b/11/rhel/ubi8/hotspot/Dockerfile index 2d30485a33..26c809c6eb 100644 --- a/11/rhel/ubi8/hotspot/Dockerfile +++ b/11/rhel/ubi8/hotspot/Dockerfile @@ -13,7 +13,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM registry.access.redhat.com/ubi8/ubi:8.9-1136 +FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 ENV LANG C.UTF-8