Bump uv to 0.5.18 (#135454)

This commit is contained in:
Michael
2025-01-13 09:11:46 +01:00
committed by GitHub
parent c36d73e469
commit e67a131bd9
5 changed files with 5 additions and 5 deletions

2
Dockerfile generated
View File

@@ -13,7 +13,7 @@ ENV \
ARG QEMU_CPU
# Install uv
RUN pip3 install uv==0.5.8
RUN pip3 install uv==0.5.18
WORKDIR /usr/src