From 6c8a57bc606ac03a3fba11d0b8f0a805c83cbbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:17:23 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /rhel/ubi8/hotspot (#1886) --- 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 3297bdbf50..fec728b455 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 as jre-build +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716482497 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 AS controller +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716482497 AS controller ENV LANG C.UTF-8