aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 497a17b..432d77e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
ARG python_version=3.13-slim
FROM python:$python_version AS builder
-COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /bin/
ENV UV_COMPILE_BYTECODE=1 \
UV_LINK_MODE=copy