From db609c9ee85eda2f78691af158ed5b4ae31b2c7c Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:48:31 +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..1f157428f0 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:f6713d327d37e654a443752e6654b5aab88f31690e1161eed9c34dd837870172 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:f6713d327d37e654a443752e6654b5aab88f31690e1161eed9c34dd837870172 as build USER 0 WORKDIR /app