Skip to content

Commit f735ca6

Browse files
Update dependency uv to v0.11.26
1 parent fed0abd commit f735ca6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ARG MISE_DATA_DIR=/usr/local/share/mise
2828
# Install uv via mise and expose uv and uvx on PATH.
2929
RUN <<'EOF'
3030
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
31+
mise install uv@0.11.26
32+
ln -s "$(mise exec uv@0.11.26 -- which uv)" /usr/local/bin/uv
33+
ln -s "$(mise exec uv@0.11.26 -- which uvx)" /usr/local/bin/uvx
3434
EOF
3535

3636
ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python

0 commit comments

Comments
 (0)