renovate[bot] 2024-12-16
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.9
@41d160d5fd5587f84f3c4e31163d243910b0b8b1
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.5.1 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.9 /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.5.1 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.9 /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