This commit is contained in:
Johan Lundberg 2026-07-19 23:15:41 +02:00
parent 4ec1c4087c
commit 5c35b05c20

View file

@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
UV_COMPILE_BYTECODE=1 \ UV_COMPILE_BYTECODE=1 \
UV_LINK_MODE=copy UV_LINK_MODE=copy
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /uvx /bin/
WORKDIR /app WORKDIR /app