File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ RUN cd /usr/local/bin \
139
139
&& ln -s python3-config python-config
140
140
141
141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142
- ENV PYTHON_PIP_VERSION 19.3
142
+ ENV PYTHON_PIP_VERSION 19.3.1
143
143
# https://github.com/pypa/get-pip
144
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
145
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
144
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
145
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
146
146
147
147
RUN set -ex; \
148
148
\
Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ RUN cd /usr/local/bin \
139
139
&& ln -s python3-config python-config
140
140
141
141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142
- ENV PYTHON_PIP_VERSION 19.3
142
+ ENV PYTHON_PIP_VERSION 19.3.1
143
143
# https://github.com/pypa/get-pip
144
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
145
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
144
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
145
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
146
146
147
147
RUN set -ex; \
148
148
\
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ 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 19.3
105
+ ENV PYTHON_PIP_VERSION 19.3.1
106
106
# https://github.com/pypa/get-pip
107
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
108
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
107
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
108
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
109
109
110
110
RUN set -ex; \
111
111
\
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ RUN cd /usr/local/bin \
137
137
&& ln -s python3-config python-config
138
138
139
139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140
- ENV PYTHON_PIP_VERSION 19.3
140
+ ENV PYTHON_PIP_VERSION 19.3.1
141
141
# https://github.com/pypa/get-pip
142
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
143
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
142
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
143
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
144
144
145
145
RUN set -ex; \
146
146
\
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ 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 19.3
105
+ ENV PYTHON_PIP_VERSION 19.3.1
106
106
# https://github.com/pypa/get-pip
107
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
108
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
107
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
108
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
109
109
110
110
RUN set -ex; \
111
111
\
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ RUN cd /usr/local/bin \
137
137
&& ln -s python3-config python-config
138
138
139
139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140
- ENV PYTHON_PIP_VERSION 19.3
140
+ ENV PYTHON_PIP_VERSION 19.3.1
141
141
# https://github.com/pypa/get-pip
142
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
143
- ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
142
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
143
+ ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
144
144
145
145
RUN set -ex; \
146
146
\
You can’t perform that action at this time.
0 commit comments