File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ RUN set -ex; \
50
50
\) -exec rm -rf '{}' +
51
51
52
52
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53
- ENV PYTHON_PIP_VERSION 19.2.2
53
+ ENV PYTHON_PIP_VERSION 19.2.3
54
54
# https://github.com/pypa/get-pip
55
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5 /get-pip.py
56
- ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
55
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
56
+ ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
57
57
58
58
RUN set -ex; \
59
59
\
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ RUN set -ex; \
77
77
\) -exec rm -rf '{}' +
78
78
79
79
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
80
- ENV PYTHON_PIP_VERSION 19.2.2
80
+ ENV PYTHON_PIP_VERSION 19.2.3
81
81
# https://github.com/pypa/get-pip
82
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5 /get-pip.py
83
- ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
82
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
83
+ ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
84
84
85
85
RUN set -ex; \
86
86
apt-get update; \
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ RUN set -ex; \
52
52
\) -exec rm -rf '{}' +
53
53
54
54
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
55
- ENV PYTHON_PIP_VERSION 19.2.2
55
+ ENV PYTHON_PIP_VERSION 19.2.3
56
56
# https://github.com/pypa/get-pip
57
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5 /get-pip.py
58
- ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
57
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
58
+ ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
59
59
60
60
RUN set -ex; \
61
61
\
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ RUN set -ex; \
79
79
\) -exec rm -rf '{}' +
80
80
81
81
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
82
- ENV PYTHON_PIP_VERSION 19.2.2
82
+ ENV PYTHON_PIP_VERSION 19.2.3
83
83
# https://github.com/pypa/get-pip
84
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5 /get-pip.py
85
- ENV PYTHON_GET_PIP_SHA256 201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad
84
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
85
+ ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
86
86
87
87
RUN set -ex; \
88
88
apt-get update; \
You can’t perform that action at this time.
0 commit comments