From 516a3ce66eeb68ae3365c781ce70dc6ceff0a0fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:26:24 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.10 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a94dbd05b551..9387f97cc8d8 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.9 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.10 /uv /uvx /bin/ ARG USERNAME=vscode RUN apt-get update && \