Bump uv to 0.4.22 (#128518)

This commit is contained in:
Robert Resch
2024-10-16 18:23:24 +02:00
committed by GitHub
parent 7c50b8185d
commit f9509d2b38
5 changed files with 5 additions and 5 deletions

View File

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