From 5e97708cae389304630d691b9c652a87562ecb17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:30:21 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi in /rhel/ubi9/hotspot (#1986) --- rhel/ubi9/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/ubi9/hotspot/Dockerfile b/rhel/ubi9/hotspot/Dockerfile index ad9866e2e..3c8cf770c 100644 --- a/rhel/ubi9/hotspot/Dockerfile +++ b/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5-1736404036 AS jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.5-1738814488 AS jre-build ARG JAVA_VERSION=17.0.14_7 @@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \ --no-header-files \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.5-1736404036 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.5-1738814488 AS controller ENV LANG=C.UTF-8