From 2d0ca7ca05baebed2cdfe39ba7bc189636273375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:22:39 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal in the docker-images group Bumps the docker-images group with 1 update: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from 1782797355 to 1785906706 --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1785906706' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-images ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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