From cb19e4aed8ab92201896a451efbae5ac53561498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:23:48 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal in the actions-deps group Bumps the actions-deps group with 1 update: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from 9.7-1770267347 to 9.7-1771346502 --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1771346502 dependency-type: direct:production dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc11a95dc..9ec2727bf 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:9.7-1770267347 AS base +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773204619 AS base ENV LANG=en_US.UTF-8 # Environment variable for Connect Build and Runtime