diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 008fbd381cdcd..e5d2fb771fb11 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -8,7 +8,7 @@ ENV MLFLOW_ENABLE_ASSISTANT=false RUN yarn install --silent \ && NODE_OPTIONS="--max_old_space_size=4096" yarn build -FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e AS python-builder +FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 AS python-builder WORKDIR /src USER 0 COPY --chown=1001:0 . . @@ -17,7 +17,7 @@ RUN set -eux; \ python -m build --wheel --outdir /tmp/dist; \ python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider -FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e +FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 ARG MLFLOW_VERSION=3.3.2 ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \