Bump uv to 0.1.27 (#114629)

This commit is contained in:
Robert Resch
2024-04-02 13:19:50 +02:00
committed by GitHub
parent 8a86d7512a
commit 476e39dd2c
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.1.24
RUN pip3 install uv==0.1.27
WORKDIR /usr/src