From c94db5cb6ca07657b6dc849dc35ea98f839002ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:35:48 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.9 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \