Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ ARG MISE_DATA_DIR=/usr/local/share/mise
# Install uv via mise and expose uv and uvx on PATH.
RUN <<'EOF'
set -e
mise install uv@0.11.16
ln -s "$(mise exec uv@0.11.16 -- which uv)" /usr/local/bin/uv
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
EOF

ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python
Expand Down