renovate[bot] 2024-10-13
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.20
@858fc420ae571531d4161c6c954cdfc71bc653cc
Dockerfile.cpu
--- Dockerfile.cpu
+++ Dockerfile.cpu
@@ -8,7 +8,7 @@
     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 \
Dockerfile.cuda
--- Dockerfile.cuda
+++ Dockerfile.cuda
@@ -8,7 +8,7 @@
     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 \
Add a comment
List