We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1598a commit e72ccd1Copy full SHA for e72ccd1
Dockerfile
@@ -289,7 +289,7 @@ COPY --from=python312-builder /etc/ld.so.conf.d/python3.12.conf /etc/ld.so.conf.
289
ENV PATH="${PYTHON_ROOT}/3.12/bin:${PYTHON_ROOT}/2.7/bin:$PATH"
290
291
# Install uv
292
-ENV UV_VERSION=0.9.13
+ENV UV_VERSION=0.9.16
293
ENV UV_INSTALL_DIR="/usr/local/bin"
294
ADD https://astral.sh/uv/${UV_VERSION}/install.sh /tmp/install-uv.sh
295
RUN set -eux; \
0 commit comments