File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ USER 1001
77RUN yarn install --silent \
88 && yarn build
99
10- FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e AS python-builder
10+ FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 AS python-builder
1111WORKDIR /src
1212USER 0
1313COPY --chown=1001:0 . .
@@ -16,7 +16,7 @@ RUN set -eux; \
1616 python -m build --wheel --outdir /tmp/dist; \
1717 python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider
1818
19- FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e
19+ FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459
2020ARG MLFLOW_VERSION=3.3.2
2121ENV PYTHONDONTWRITEBYTECODE=1 \
2222 PYTHONUNBUFFERED=1
You can’t perform that action at this time.
0 commit comments