File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ RUN set -eux; \
247247 ;
248248
249249# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
250- ENV PYTHON312_PIP_VERSION=26.1
250+ ENV PYTHON312_PIP_VERSION=26.1.1
251251# https://github.com/pypa/get-pip
252252ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
253253
@@ -289,7 +289,7 @@ COPY --from=python312-builder /etc/ld.so.conf.d/python3.12.conf /etc/ld.so.conf.
289289ENV PATH="${PYTHON_ROOT}/3.12/bin:${PYTHON_ROOT}/2.7/bin:$PATH"
290290
291291# Install uv
292- ENV UV_VERSION=0.11.8
292+ ENV UV_VERSION=0.11.14
293293ENV UV_INSTALL_DIR="/usr/local/bin"
294294ADD https://astral.sh/uv/${UV_VERSION}/install.sh /tmp/install-uv.sh
295295RUN set -eux; \
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile --output-file=requirements/3.12/pip.txt requirements/3.12/pip.in
3- pip==26.1
3+ pip==26.1.1
44 # via -r requirements/3.12/pip.in
You can’t perform that action at this time.
0 commit comments