Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.13 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 72ce6d2 commit d007535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/noneflow.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 这样能分别控制 uv 和 Python 版本
FROM python:3.13.1-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv

# 设置时区
ENV TZ=Asia/Shanghai
Expand Down
2 changes: 1 addition & 1 deletion docker/nonetest.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 这样能分别控制 uv 和 Python 版本
FROM python:3.13.1-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv

WORKDIR /app

Expand Down

0 comments on commit d007535

Please sign in to comment.