From 4ecc0c40a09e7b141448f3bc72e4d74959401be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:30:40 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi in /11/rhel/ubi8/hotspot Bumps ubi8/ubi from 8.9-1028 to 8.9-1107.1705420509. --- 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..0fbe1e6034 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.1705420509 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.1705420509 ENV LANG C.UTF-8