From 2b87f47f3104e6c64864201bc7d1dedc5bb26306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:36:32 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.11 --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index ee1c0d67..6fce5a30 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.11 /uv /uvx /bin/ ENV UV_COMPILE_BYTECODE=1 ENV UV_LINK_MODE=copy