From d1eebf38ac9f996a775181f7cab474ba8f1eb62d Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:45:39 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/astral-sh/uv to v0.11.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b287c3b..13f623f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ RUN --mount=type=cache,target=/root/.npm --mount=type=tmpfs,target=/tmp set -eux npm --version; # renovate: datasource=git-tags depName=https://github.com/astral-sh/uv -ARG UV_VERSION="0.11.12" +ARG UV_VERSION="0.11.13" ENV UV_LINK_MODE="copy" RUN set -eux; \ case "${TARGETPLATFORM}" in linux/amd64) ARCH="x86_64";; linux/arm64) ARCH="aarch64";; *) printf "Unsupported target platform [%s]\n"; exit 1;; esac; \