Skip to content

Commit fc2385a

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.28
1 parent d1a2ebe commit fc2385a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.14.2-slim
3-
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /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.14.2-slim
3-
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /uv /bin/uv
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)