From 99646b66de3ee5898fa414a33fba7586419d5ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:47:28 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.13 --- Dockerfile | 2 +- src/providers/docker_test/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae029cc0..e51a974a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13.1-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/src/providers/docker_test/Dockerfile b/src/providers/docker_test/Dockerfile index ca7e99f1..83624755 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.11 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv WORKDIR /app