From 48d2d86c57105fe3388adb018c111b3879853568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:01:53 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.9 --- Dockerfile | 2 +- src/providers/docker_test/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5454a03..d35b3a5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13.1-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.9 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/src/providers/docker_test/Dockerfile b/src/providers/docker_test/Dockerfile index 16292425..297fc18d 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.8 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.9 /uv /bin/uv WORKDIR /app