Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading