[docker] Update pip on build (#8835)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jesse Hills 2025-05-19 18:22:24 +12:00
parent afa7414ee1
commit a28932bc29
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -11,7 +11,9 @@ FROM base-source-${BUILD_TYPE} AS base
RUN git config --system --add safe.directory "*" RUN git config --system --add safe.directory "*"
RUN pip install uv==0.6.14 ENV PIP_DISABLE_PIP_VERSION_CHECK=1
RUN pip install --no-cache-dir -U pip uv==0.6.14
COPY requirements.txt / COPY requirements.txt /