From cb161011b2490978beabb9db70a083d2a71d5904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:45:32 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /rhel/ubi8/hotspot (#1931) --- 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 7735fdb063..dc653066e2 100644 --- a/rhel/ubi8/hotspot/Dockerfile +++ b/rhel/ubi8/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 as jre-build +FROM registry.access.redhat.com/ubi8/ubi:8.10-1054.1725961554 as jre-build ARG JAVA_VERSION=11.0.24_8 @@ -28,7 +28,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 AS controller +FROM registry.access.redhat.com/ubi8/ubi:8.10-1054.1725961554 AS controller ENV LANG=C.UTF-8