🚧 Install certs

This commit is contained in:
Andreas Dinauer 2026-03-15 10:56:17 +01:00
parent e83beed422
commit c3acdf3fab

View File

@ -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'