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 c2c322c commit 954661cCopy full SHA for 954661c
.devcontainer/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update \
10
&& rm -rf /var/lib/apt/lists/*
11
12
# Install UV dependency manager
13
-ARG UV_VERSION="0.6.11"
+ARG UV_VERSION="0.8.15"
14
RUN if [ "${UV_VERSION}" != "none" ]; then bash -c "umask 0002 && pip3 install uv==${UV_VERSION}"; fi
15
16
# Nox installation using UV (system-level tool)
0 commit comments