Skip to content

Commit 06bfea0

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.11 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83457cc commit 06bfea0

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.9.1 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.9.11 /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.9.1 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)