renovate[bot] 2024-12-22
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.11
@8db455cd8bc9087944a0528d544d571d820de768
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.9 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.11 /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.9 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.11 /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