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

Bump uv to 0.8.9 (#6097)

This commit is contained in:
Jan Čermák
2025-08-13 16:27:56 +02:00
committed by GitHub
parent cf0a85a4b1
commit 07dd0b7394

View File

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