renovate[bot] 2024-11-02
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.29
@7934874d187cbd501c8eac0af622ac6b1a2435e3
Dockerfile.cpu
--- Dockerfile.cpu
+++ Dockerfile.cpu
@@ -6,7 +6,7 @@
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.4.29 /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 \
Dockerfile.cuda
--- Dockerfile.cuda
+++ Dockerfile.cuda
@@ -6,7 +6,7 @@
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.4.29 /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 \
Add a comment
List