diff --git a/Dockerfile b/Dockerfile index e5454a03..c274151b 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.10 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/src/providers/docker_test/Dockerfile b/src/providers/docker_test/Dockerfile index 16292425..a29d53ea 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.10 /uv /bin/uv WORKDIR /app