From b1fd8abcb99ac0463c450bd370fe6abfaa351480 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sat, 14 Feb 2026 20:34:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 585703f..2ca0746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ # You can find more information about the UBI base runtime images and their configuration here: # https://rh-openjdk.github.io/redhat-openjdk-containers/ ### -FROM registry.access.redhat.com/ubi9/openjdk-25:1.23 +FROM registry.access.redhat.com/ubi9/openjdk-25:1.24 ENV LANGUAGE='en_US:en'