From c02c6213289bd668beee5ea09072a80c8772b88d Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:04:48 -0800 Subject: [PATCH] Upgrades this uv version --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4ea22f997..917db6ab9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -83,7 +83,7 @@ RUN set -eux \ && apt-get update \ && apt-get install --yes --quiet ${PYTHON_PACKAGES} -COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /bin/uv RUN set -eux \ && echo "Installing pre-built updates" \