diff --git a/Dockerfile b/Dockerfile index 30859fb..5e87598 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.7" +ARG UV_VERSION="0.11.8" 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; \