From 5554cec9eabe8e35f2e8b95a10c9b7ec99129910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:17:43 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.20 --- Dockerfile.cpu | 2 +- Dockerfile.cuda | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.cpu b/Dockerfile.cpu index 84c8664a..7402a79b 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -8,7 +8,7 @@ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv WORKDIR /root/faster-whisper-server # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers RUN --mount=type=cache,target=/root/.cache/uv \ diff --git a/Dockerfile.cuda b/Dockerfile.cuda index b7a2b5be..93cc24c8 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -8,7 +8,7 @@ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv WORKDIR /root/faster-whisper-server # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers RUN --mount=type=cache,target=/root/.cache/uv \