Bump uv to 0.6.10 (#141464)

This commit is contained in:
Robert Resch
2025-03-26 13:30:57 +01:00
committed by GitHub
parent 82db1ffd12
commit 3f68e327f3
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.6.8
RUN pip3 install uv==0.6.10
WORKDIR /usr/src