From a2624e365a1a08ef0a7735ecea0926b5ab3d31c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:16:15 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.8 --- Dockerfile | 2 +- src/providers/docker_test/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91bf9718..e5454a03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13.1-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/src/providers/docker_test/Dockerfile b/src/providers/docker_test/Dockerfile index 595068f1..16292425 100644 --- a/src/providers/docker_test/Dockerfile +++ b/src/providers/docker_test/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13.1 -COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv WORKDIR /app