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