From 32c5bb767204a797ab3ec2be96079a39036e5399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:00:26 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /rhel/ubi8/hotspot (#1888) --- rhel/ubi8/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/ubi8/hotspot/Dockerfile b/rhel/ubi8/hotspot/Dockerfile index 0f0d4675e9..ac487573c7 100644 --- a/rhel/ubi8/hotspot/Dockerfile +++ b/rhel/ubi8/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716497712 as jre-build +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1717584420 as jre-build ARG JAVA_VERSION=11.0.23_9 @@ -28,7 +28,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716497712 AS controller +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1717584420 AS controller ENV LANG C.UTF-8