From 1299390d72c994b2d9400e0eedd5a64a600ea7c5 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 02:12:51 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/astral-sh/uv to v0.6.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59ca692..641dd1d 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.6.16" +ARG UV_VERSION="0.6.17" 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; \