Skip to content

Commit

Permalink
chore(deps): update dependency https://github.com/astral-sh/uv to v0.…
Browse files Browse the repository at this point in the history
…5.27 (#34)

Co-authored-by: jd1048576-renovate[bot] <192009716+jd1048576-renovate[bot]@users.noreply.github.com>
  • Loading branch information
jd1048576-renovate[bot] authored Feb 4, 2025
1 parent 4523288 commit 5a186a6
Showing 1 changed file with 1 addition and 1 deletion.
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.5.26"
ARG UV_VERSION="0.5.27"
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

0 comments on commit 5a186a6

Please sign in to comment.