File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN set -eux; \
101
101
done
102
102
103
103
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
104
- ENV PYTHON_PIP_VERSION=25.1
104
+ ENV PYTHON_PIP_VERSION=25.1.1
105
105
# https://github.com/pypa/get-pip
106
106
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
107
107
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN set -eux; \
135
135
done
136
136
137
137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138
- ENV PYTHON_PIP_VERSION=25.1
138
+ ENV PYTHON_PIP_VERSION=25.1.1
139
139
# https://github.com/pypa/get-pip
140
140
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
141
141
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN set -eux; \
96
96
done
97
97
98
98
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
99
- ENV PYTHON_PIP_VERSION=25.1
99
+ ENV PYTHON_PIP_VERSION=25.1.1
100
100
# https://github.com/pypa/get-pip
101
101
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
102
102
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RUN set -eux; \
130
130
done
131
131
132
132
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
133
- ENV PYTHON_PIP_VERSION=25.1
133
+ ENV PYTHON_PIP_VERSION=25.1.1
134
134
# https://github.com/pypa/get-pip
135
135
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
136
136
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.1
9
+ pip==25.1.1
10
10
# via -r 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.1
9
+ pip==25.1.1
10
10
# via -r pip.in
You can’t perform that action at this time.
0 commit comments