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 @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102 && ln -s python3-config python-config
103103
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105- ENV PYTHON_PIP_VERSION 19.0.3
105+ ENV PYTHON_PIP_VERSION 19.1
106106
107107RUN set -ex; \
108108 \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102 && ln -s python3-config python-config
103103
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105- ENV PYTHON_PIP_VERSION 19.0.3
105+ ENV PYTHON_PIP_VERSION 19.1
106106
107107RUN set -ex; \
108108 \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
6565 && ln -s python3-config python-config
6666
6767# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68- ENV PYTHON_PIP_VERSION 19.0.3
68+ ENV PYTHON_PIP_VERSION 19.1
6969
7070RUN set -ex; \
7171 \
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100100 && ln -s python3-config python-config
101101
102102# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103- ENV PYTHON_PIP_VERSION 19.0.3
103+ ENV PYTHON_PIP_VERSION 19.1
104104
105105RUN set -ex; \
106106 \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
6565 && ln -s python3-config python-config
6666
6767# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68- ENV PYTHON_PIP_VERSION 19.0.3
68+ ENV PYTHON_PIP_VERSION 19.1
6969
7070RUN set -ex; \
7171 \
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100100 && ln -s python3-config python-config
101101
102102# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103- ENV PYTHON_PIP_VERSION 19.0.3
103+ ENV PYTHON_PIP_VERSION 19.1
104104
105105RUN set -ex; \
106106 \
You can’t perform that action at this time.
0 commit comments