Bump uv to 0.6.8 (#141007)

This commit is contained in:
Robert Resch
2025-03-20 18:20:40 +01:00
committed by GitHub
parent 4bbd49af53
commit 32c6fb8629
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.1
RUN pip3 install uv==0.6.8
WORKDIR /usr/src