From 241a461df7e12f777297e935c5307e643bf19aa0 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:03:34 +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 422abe356b..1160b4d885 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:7adc9bee533e01ff0b98220b67d17aca1280344bf7ad0b663bfc84cee7e1adb5 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:7adc9bee533e01ff0b98220b67d17aca1280344bf7ad0b663bfc84cee7e1adb5 as build USER 0 WORKDIR /app