diff --git a/Dockerfile b/Dockerfile index 222250bf2..7bd4f7a99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # - ksml = base plus GraalVM and pre-built artifacts from build-output/ # Step 1: Create the common base image with the ksml user and group and the required packages -FROM registry.access.redhat.com/ubi9/ubi-minimal:1782797355 AS base +FROM registry.access.redhat.com/ubi9/ubi-minimal:1785906706 AS base ENV LANG=en_US.UTF-8 # Environment variable for Connect Build and Runtime