From 6ce8e7459bd08b793403ad693efcaa570fba2a76 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:53:36 +0000 Subject: [PATCH] chore(deps): update dockerfile digest updates 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 2e34ff5a0b..2a65021baa 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:7c894bf0e8449c8db4228cf99e4cd200c78ad9e56090055bf6073af055805cd6 as packages-build +FROM registry.access.redhat.com/ubi9/python-312@sha256:19938cef922089288fe1eccd21682a2cf19cb63bc59d31f91ecdba0b979ba525 as packages-build USER root WORKDIR /app @@ -148,7 +148,7 @@ RUN if [ "$TARGETARCH" = "ppc64le" ]; then \ # Stage 7 Install all the dependencies ############################################################### -FROM registry.access.redhat.com/ubi9/python-312@sha256:7c894bf0e8449c8db4228cf99e4cd200c78ad9e56090055bf6073af055805cd6 as build +FROM registry.access.redhat.com/ubi9/python-312@sha256:19938cef922089288fe1eccd21682a2cf19cb63bc59d31f91ecdba0b979ba525 as build USER 0 WORKDIR /app