Bump uv to 0.4.28 (#129372)

This commit is contained in:
Robert Resch
2024-10-29 08:20:59 +01:00
committed by GitHub
parent 4b2f38926a
commit 7cd8ea00d1
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.22
RUN pip3 install uv==0.4.28
WORKDIR /usr/src