diff --git a/server/Dockerfile b/server/Dockerfile index 8a307348e..0d514faf1 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 # Set up uv -COPY --from=ghcr.io/astral-sh/uv:0.7.7 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.10.8 /uv /uvx /bin/ ENV UV_SYSTEM_PYTHON=true \ UV_COMPILE_BYTECODE=1 \ UV_LINK_MODE=copy