Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
ARG UV_VERSION="0.11.5"
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; \
Expand Down
Loading