Skip to content

Commit ea41ffb

Browse files
committed
BUmp uv to 0.11 in dockerfile
1 parent 0910d20 commit ea41ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG python_version=3.14-slim
22

33
FROM python:$python_version AS builder
4-
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /bin/
55

66
ENV UV_COMPILE_BYTECODE=1 \
77
UV_LINK_MODE=copy

0 commit comments

Comments
 (0)