Skip to content

Commit 6450aa9

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.9 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc66b52 commit 6450aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.13.1-slim
2-
COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.5.10 /uv /bin/uv
33

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

src/providers/docker_test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.13.1
2-
COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.5.10 /uv /bin/uv
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)