File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102
102
&& ln -s python3-config python-config
103
103
104
104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105
- ENV PYTHON_PIP_VERSION 10.0.0
105
+ ENV PYTHON_PIP_VERSION 10.0.1
106
106
107
107
RUN set -ex; \
108
108
\
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
71
71
&& ln -s python3-config python-config
72
72
73
73
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
74
- ENV PYTHON_PIP_VERSION 10.0.0
74
+ ENV PYTHON_PIP_VERSION 10.0.1
75
75
76
76
RUN set -ex; \
77
77
\
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN cd /usr/local/bin \
93
93
&& ln -s python3-config python-config
94
94
95
95
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96
- ENV PYTHON_PIP_VERSION 10.0.0
96
+ ENV PYTHON_PIP_VERSION 10.0.1
97
97
98
98
RUN set -ex; \
99
99
\
You can’t perform that action at this time.
0 commit comments