Skip to content

Commit 8bc1138

Browse files
Update to 7.1.1, pip 19.2.3
1 parent f5f9ee0 commit 8bc1138

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

2.7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ RUN set -ex; \
5050
\) -exec rm -rf '{}' +
5151

5252
# 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
5454
# 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
5757

5858
RUN set -ex; \
5959
\

2.7/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN set -ex; \
7777
\) -exec rm -rf '{}' +
7878

7979
# 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
8181
# 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
8484

8585
RUN set -ex; \
8686
apt-get update; \

3.6/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ RUN set -ex; \
5252
\) -exec rm -rf '{}' +
5353

5454
# 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
5656
# 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
5959

6060
RUN set -ex; \
6161
\

3.6/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ RUN set -ex; \
7979
\) -exec rm -rf '{}' +
8080

8181
# 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
8383
# 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
8686

8787
RUN set -ex; \
8888
apt-get update; \

0 commit comments

Comments
 (0)