From 5af97279c5ac0e0f7f50a962d19b024acd23778d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:00:54 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /11/rhel/ubi8/hotspot Bumps ubi8/ubi from 8.9-1028 to 8.9-1107. --- updated-dependencies: - dependency-name: ubi8/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 11/rhel/ubi8/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11/rhel/ubi8/hotspot/Dockerfile b/11/rhel/ubi8/hotspot/Dockerfile index 0f14cd60b1..c7ec22e7fd 100644 --- a/11/rhel/ubi8/hotspot/Dockerfile +++ b/11/rhel/ubi8/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.9-1028 as jre-build +FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 as jre-build ARG JAVA_VERSION=11.0.21_9 SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -18,7 +18,7 @@ RUN set -x \ && jlink --add-modules ALL-MODULE-PATH --no-man-pages --compress=2 --output /javaruntime \ && dnf clean all -FROM registry.access.redhat.com/ubi8/ubi:8.9-1028 +FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 ENV LANG C.UTF-8