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