Bump uv to 0.4.9 (#125726)

This commit is contained in:
Robert Resch
2024-09-11 10:41:36 +02:00
committed by GitHub
parent da1003ac41
commit acc046def6
6 changed files with 6 additions and 6 deletions

View File

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