Skip to content

Commit 65a0e7c

Browse files
authored
feat: update toolset (#247)
1 parent 7fa62de commit 65a0e7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
252252
ENV 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.
289289
ENV 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
293293
ENV UV_INSTALL_DIR="/usr/local/bin"
294294
ADD https://astral.sh/uv/${UV_VERSION}/install.sh /tmp/install-uv.sh
295295
RUN set -eux; \

requirements/3.12/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)