File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
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 18.0
105
+ ENV PYTHON_PIP_VERSION 18.1
106
106
107
107
RUN set -ex; \
108
108
\
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 18.0
105
+ ENV PYTHON_PIP_VERSION 18.1
106
106
107
107
RUN set -ex; \
108
108
\
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
65
65
&& ln -s python3-config python-config
66
66
67
67
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68
- ENV PYTHON_PIP_VERSION 18.0
68
+ ENV PYTHON_PIP_VERSION 18.1
69
69
70
70
RUN set -ex; \
71
71
\
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100
100
&& ln -s python3-config python-config
101
101
102
102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103
- ENV PYTHON_PIP_VERSION 18.0
103
+ ENV PYTHON_PIP_VERSION 18.1
104
104
105
105
RUN set -ex; \
106
106
\
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN cd /usr/local/bin \
67
67
&& ln -s python3-config python-config
68
68
69
69
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
70
- ENV PYTHON_PIP_VERSION 18.0
70
+ ENV PYTHON_PIP_VERSION 18.1
71
71
72
72
RUN set -ex; \
73
73
\
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100
100
&& ln -s python3-config python-config
101
101
102
102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103
- ENV PYTHON_PIP_VERSION 18.0
103
+ ENV PYTHON_PIP_VERSION 18.1
104
104
105
105
RUN set -ex; \
106
106
\
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
65
65
&& ln -s python3-config python-config
66
66
67
67
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68
- ENV PYTHON_PIP_VERSION 18.0
68
+ ENV PYTHON_PIP_VERSION 18.1
69
69
70
70
RUN set -ex; \
71
71
\
You can’t perform that action at this time.
0 commit comments