diff --git a/server/Dockerfile b/server/Dockerfile index ee1c0d67..3c61e891 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update -y && apt-get install -y sqlite3 WORKDIR /home/server -COPY --from=ghcr.io/astral-sh/uv:0.10.0 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.3 /uv /uvx /bin/ ENV UV_COMPILE_BYTECODE=1 ENV UV_LINK_MODE=copy