Bump uv to 0.5.18 (#135454)

This commit is contained in:
Michael
2025-01-13 09:11:46 +01:00
committed by GitHub
parent c36d73e469
commit e67a131bd9
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ WORKDIR "/github/workspace"
COPY . /usr/src/homeassistant
# Uv is only needed during build
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.8,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.18,source=/uv,target=/bin/uv \
# Uv creates a lock file in /tmp
--mount=type=tmpfs,target=/tmp \
# Required for PyTurboJPEG