1 parent fed0abd commit f735ca6Copy full SHA for f735ca6
1 file changed
Dockerfile
@@ -28,9 +28,9 @@ ARG MISE_DATA_DIR=/usr/local/share/mise
28
# Install uv via mise and expose uv and uvx on PATH.
29
RUN <<'EOF'
30
set -e
31
-mise install uv@0.11.16
32
-ln -s "$(mise exec uv@0.11.16 -- which uv)" /usr/local/bin/uv
33
-ln -s "$(mise exec uv@0.11.16 -- which uvx)" /usr/local/bin/uvx
+mise install uv@0.11.26
+ln -s "$(mise exec uv@0.11.26 -- which uv)" /usr/local/bin/uv
+ln -s "$(mise exec uv@0.11.26 -- which uvx)" /usr/local/bin/uvx
34
EOF
35
36
ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python
0 commit comments