Skip to content

Commit 4143154

Browse files
committed
Update uv version and lock for build issues
1 parent 7c5bed4 commit 4143154

3 files changed

Lines changed: 1008 additions & 884 deletions

File tree

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN \
4040
WORKDIR /app
4141

4242
# Copy uv from ghcr
43-
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
43+
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
4444

4545
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
4646

.docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apk add --no-cache \
2828

2929
WORKDIR /app
3030

31-
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
31+
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
3232

3333
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
3434

0 commit comments

Comments
 (0)