Update uv version and lock for build issues

This commit is contained in:
James R. Barlow 2025-04-21 11:00:22 -07:00
parent 7c5bed41f1
commit 4143154e91
No known key found for this signature in database
GPG Key ID: E54A300D567E1260
3 changed files with 986 additions and 862 deletions

View File

@ -40,7 +40,7 @@ RUN \
WORKDIR /app
# Copy uv from ghcr
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

View File

@ -28,7 +28,7 @@ RUN apk add --no-cache \
WORKDIR /app
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

1844
uv.lock generated

File diff suppressed because it is too large Load Diff