1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Bump uv to v0.9.18 (#6436)

Bump to latest version, full changelog at:
https://github.com/astral-sh/uv/blob/0.9.18/CHANGELOG.md
This commit is contained in:
Jan Čermák
2025-12-18 16:21:59 +01:00
committed by GitHub
parent 4a70cb0f4e
commit 75cf60f0d6

View File

@@ -27,7 +27,7 @@ RUN \
\ \
&& curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \ && curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/cosign \ && chmod a+x /usr/bin/cosign \
&& pip3 install uv==0.8.9 && pip3 install uv==0.9.18
# Install requirements # Install requirements
RUN \ RUN \