File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ RUN cd /usr/local/bin \
144
144
&& ln -s python3-config python-config
145
145
146
146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147
- ENV PYTHON_PIP_VERSION 20.1.1
147
+ ENV PYTHON_PIP_VERSION 20.2
148
148
# https://github.com/pypa/get-pip
149
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
150
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
149
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
150
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
151
151
152
152
RUN set -ex; \
153
153
\
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ RUN cd /usr/local/bin \
144
144
&& ln -s python3-config python-config
145
145
146
146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147
- ENV PYTHON_PIP_VERSION 20.1.1
147
+ ENV PYTHON_PIP_VERSION 20.2
148
148
# https://github.com/pypa/get-pip
149
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
150
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
149
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
150
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
151
151
152
152
RUN set -ex; \
153
153
\
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ RUN cd /usr/local/bin \
104
104
&& ln -s python3-config python-config
105
105
106
106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107
- ENV PYTHON_PIP_VERSION 20.1.1
107
+ ENV PYTHON_PIP_VERSION 20.2
108
108
# https://github.com/pypa/get-pip
109
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
110
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
109
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
110
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
111
111
112
112
RUN set -ex; \
113
113
\
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ RUN cd /usr/local/bin \
140
140
&& ln -s python3-config python-config
141
141
142
142
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
143
- ENV PYTHON_PIP_VERSION 20.1.1
143
+ ENV PYTHON_PIP_VERSION 20.2
144
144
# https://github.com/pypa/get-pip
145
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
146
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
145
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
146
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
147
147
148
148
RUN set -ex; \
149
149
\
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ RUN cd /usr/local/bin \
104
104
&& ln -s python3-config python-config
105
105
106
106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107
- ENV PYTHON_PIP_VERSION 20.1.1
107
+ ENV PYTHON_PIP_VERSION 20.2
108
108
# https://github.com/pypa/get-pip
109
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
110
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
109
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
110
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
111
111
112
112
RUN set -ex; \
113
113
\
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ RUN cd /usr/local/bin \
140
140
&& ln -s python3-config python-config
141
141
142
142
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
143
- ENV PYTHON_PIP_VERSION 20.1.1
143
+ ENV PYTHON_PIP_VERSION 20.2
144
144
# https://github.com/pypa/get-pip
145
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b /get-pip.py
146
- ENV PYTHON_GET_PIP_SHA256 b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
145
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/cb5b85a8e0c3d13ced611b97816d7490d2f1497e /get-pip.py
146
+ ENV PYTHON_GET_PIP_SHA256 a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7
147
147
148
148
RUN set -ex; \
149
149
\
You can’t perform that action at this time.
0 commit comments