From c3acdf3fabb8d6673ce57f9d189fa9bbd3abf56c Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Mar 2026 10:56:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Install=20certs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/docker/Dockerfile.jvm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/docker/Dockerfile.jvm b/src/main/docker/Dockerfile.jvm index 5053911..ee59808 100644 --- a/src/main/docker/Dockerfile.jvm +++ b/src/main/docker/Dockerfile.jvm @@ -80,9 +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-runtime:1.24 - -RUN microdnf update ca-certificates && microdnf clean all +FROM registry.access.redhat.com/ubi9/openjdk-25:1.24 ENV LANGUAGE='en_US:en'