From 210828b63d17ef196431854b3b524cc0e8283829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:04:05 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi in /rhel/ubi9/hotspot Bumps ubi9/ubi from 9.4-1181 to 9.4-1181.1724035907. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 5be6fa2cd0..2ccb932733 100644 --- a/rhel/ubi9/hotspot/Dockerfile +++ b/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.4-1181 as jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 as jre-build ARG JAVA_VERSION=17.0.12_7 @@ -35,7 +35,7 @@ RUN case "$(jlink --version 2>&1)" in \ --no-header-files \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.4-1181 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 AS controller ENV LANG=C.UTF-8