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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM python:3.11-slim AS builder

# Pull the uv binary from the official Astral image — avoids curl/pip bootstrap.
# Pinning to a release tag (not :latest) for reproducibility; bump deliberately.
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /usr/local/bin/
COPY --from=ghcr.io/astral-sh/uv:0.12.17 /uv /uvx /usr/local/bin/

ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
Expand Down
Loading