Bump uv to 0.4.17 (#127223)

This commit is contained in:
Robert Resch
2024-10-01 15:56:18 +02:00
committed by GitHub
parent 3b7ae1639c
commit b6a0a36d4e
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.15
RUN pip3 install uv==0.4.17
WORKDIR /usr/src