From 6c0cadfcb6a158a4e6455ec9a75d4127dca53c88 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:00:05 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/python-312 Docker digest to 3426347 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfile.konflux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 78832fcb80..08fc342371 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -1,7 +1,7 @@ ############################################################### # Stage 1 Base builder image with common tooling ############################################################### -FROM registry.access.redhat.com/ubi9/python-312@sha256:c140cd379aef85fbb6f7c8b419d7e5d76b77b12e2ee568f86737d8759b5b0045 as packages-build +FROM registry.access.redhat.com/ubi9/python-312@sha256:34263471b5e86b0704054e817d7703d0063b0909a64bd95360f4a8b0c730d970 as packages-build USER root WORKDIR /app @@ -129,7 +129,7 @@ RUN if [ "$TARGETARCH" = "ppc64le" ]; then \ # Stage 6 Install all the dependencies ############################################################### -FROM registry.access.redhat.com/ubi9/python-312@sha256:c140cd379aef85fbb6f7c8b419d7e5d76b77b12e2ee568f86737d8759b5b0045 as build +FROM registry.access.redhat.com/ubi9/python-312@sha256:34263471b5e86b0704054e817d7703d0063b0909a64bd95360f4a8b0c730d970 as build USER 0 WORKDIR /app