File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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 9.0.2
105
+ ENV PYTHON_PIP_VERSION 9.0.3
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 9.0.2
74
+ ENV PYTHON_PIP_VERSION 9.0.3
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 9.0.2
96
+ ENV PYTHON_PIP_VERSION 9.0.3
97
97
98
98
RUN set -ex; \
99
99
\
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 9.0.2
74
+ ENV PYTHON_PIP_VERSION 9.0.3
75
75
76
76
RUN set -ex; \
77
77
\
You can’t perform that action at this time.
0 commit comments