From d2c5f3fca597287325bc341a6bedc7002dc6e864 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 25 Apr 2026 07:31:54 -0400 Subject: [PATCH] build: move from uv 0.6.6 to 0.11.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b82749..cec7907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ make install > /dev/null 2>&1 && \ rm -rf ${BUILDDIR} # Install uv -COPY --from=ghcr.io/astral-sh/uv:0.6.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.7 /uv /bin/uv ENV UV_PYTHON_INSTALL_DIR=/opt/uv/python # Install pip & pipenv