Bump uv to 0.8.9 (#150542)

This commit is contained in:
Robert Resch
2025-08-13 09:45:54 +02:00
committed by GitHub
parent b7853ea9bd
commit d9ca253c6c
5 changed files with 5 additions and 5 deletions

2
Dockerfile generated
View File

@@ -31,7 +31,7 @@ RUN \
&& go2rtc --version
# Install uv
RUN pip3 install uv==0.7.1
RUN pip3 install uv==0.8.9
WORKDIR /usr/src