diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 3c35d519a31f1..d48f44b4dc98b 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -7,7 +7,7 @@ USER 1001 RUN yarn install --silent \ && yarn build -FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 AS python-builder +FROM registry.access.redhat.com/ubi9/python-311@sha256:bb09d55bce99b839b0df565ab9e244cdc545037e612dad388569016137367cab AS python-builder WORKDIR /src USER 0 COPY --chown=1001:0 . . @@ -16,7 +16,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:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 +FROM registry.access.redhat.com/ubi9/python-311@sha256:bb09d55bce99b839b0df565ab9e244cdc545037e612dad388569016137367cab ARG MLFLOW_VERSION=3.3.2 ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1