Skip to content

Commit 39457e2

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.17
1 parent 56abe81 commit 39457e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/noneflow.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 这样能分别控制 uv 和 Python 版本
22
FROM python:3.13.5-slim
3-
COPY --from=ghcr.io/astral-sh/uv:0.8.8 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /bin/uv
44

55
# 设置时区
66
ENV TZ=Asia/Shanghai

docker/nonetest.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 这样能分别控制 uv 和 Python 版本
22
FROM python:3.13.5-slim
3-
COPY --from=ghcr.io/astral-sh/uv:0.8.8 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /bin/uv
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)