diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c7d03f122c42..aeed80c2f2e6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:3.13 -COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.17 /uv /uvx /bin/ ARG USERNAME=vscode RUN apt-get update && \