File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ RUN set -eux; \
254
254
;
255
255
256
256
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
257
- ENV PYTHON312_PIP_VERSION=25.0
257
+ ENV PYTHON312_PIP_VERSION=25.0.1
258
258
# https://github.com/pypa/get-pip
259
259
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
260
260
@@ -344,7 +344,7 @@ RUN set -eux; \
344
344
;
345
345
346
346
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
347
- ENV PYTHON_PIP_VERSION=25.0
347
+ ENV PYTHON_PIP_VERSION=25.0.1
348
348
# https://github.com/pypa/get-pip
349
349
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
350
350
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
# The following packages are considered to be unsafe in a requirements file:
9
- pip==25.0
9
+ pip==25.0.1
10
10
# via -r requirements/3.12/pip.in
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
# The following packages are considered to be unsafe in a requirements file:
9
- pip==25.0
9
+ pip==25.0.1
10
10
# via -r requirements/pip.in
You can’t perform that action at this time.
0 commit comments