From dabe42cf750896c834f24dd85cfd4019e8c11df9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:06:39 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e4f917..0b3e444 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.30 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai