From 11ff3f9bad66d37671a431f5b681c292755624f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 21:41:10 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi in /17/rhel/ubi9/hotspot Bumps ubi9/ubi from 9.3-1610 to 9.4-947. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 17/rhel/ubi9/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/17/rhel/ubi9/hotspot/Dockerfile b/17/rhel/ubi9/hotspot/Dockerfile index da3114a983..03a077fcc2 100644 --- a/17/rhel/ubi9/hotspot/Dockerfile +++ b/17/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 as jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.4-947 as jre-build ARG JAVA_VERSION=17.0.11_9 @@ -28,7 +28,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.4-947 AS controller ENV LANG C.UTF-8