Update uv to 0.9.5 (#154990)

This commit is contained in:
Marc Mueller
2025-10-22 17:40:12 +02:00
committed by GitHub
parent e5b93d3275
commit a83bbe2332
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.8.9,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.9.5,source=/uv,target=/bin/uv \
# Uv creates a lock file in /tmp
--mount=type=tmpfs,target=/tmp \
# Required for PyTurboJPEG