From 592ba7c57a923de102dcebe96b479d7b28c0f48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:16:19 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.7 --- Dockerfile | 2 +- src/providers/docker_test/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d302d36..f170f674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12.4-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.7 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/src/providers/docker_test/Dockerfile b/src/providers/docker_test/Dockerfile index ecf18b28..aec12870 100644 --- a/src/providers/docker_test/Dockerfile +++ b/src/providers/docker_test/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12.4 -COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.7 /uv /bin/uv WORKDIR /app