Bump uv to 0.4.8 (#124867)

This commit is contained in:
Robert Resch
2024-09-10 15:28:17 +02:00
committed by GitHub
parent 2f38731f62
commit 67dc870e52
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ ENV \
ARG QEMU_CPU
# Install uv
RUN pip3 install uv==0.2.27
RUN pip3 install uv==0.4.8
WORKDIR /usr/src