1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update uv to 0.4.15 (#126627)

* Update uv to 0.4.15

* Fix
This commit is contained in:
Marc Mueller
2024-09-24 14:59:11 +02:00
committed by GitHub
parent f78b4a0feb
commit 9daf1b062f
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.4.12,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.4.15,source=/uv,target=/bin/uv \
# Required for PyTurboJPEG
apk add --no-cache libturbojpeg \
&& uv pip install \