Skip to content

Commit d78b390

Browse files
Update to 3.5.7, pip 19.3
1 parent 7bd9ba3 commit d78b390

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

3.5/alpine3.10/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ RUN cd /usr/local/bin \
141141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142142
ENV PYTHON_PIP_VERSION 19.3
143143
# https://github.com/pypa/get-pip
144-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
145-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
144+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
145+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
146146

147147
RUN set -ex; \
148148
\

3.5/alpine3.9/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ RUN cd /usr/local/bin \
141141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142142
ENV PYTHON_PIP_VERSION 19.3
143143
# https://github.com/pypa/get-pip
144-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
145-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
144+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
145+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
146146

147147
RUN set -ex; \
148148
\

3.5/buster/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ RUN cd /usr/local/bin \
104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105105
ENV PYTHON_PIP_VERSION 19.3
106106
# https://github.com/pypa/get-pip
107-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
108-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
107+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
108+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
109109

110110
RUN set -ex; \
111111
\

3.5/buster/slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ RUN cd /usr/local/bin \
139139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140140
ENV PYTHON_PIP_VERSION 19.3
141141
# https://github.com/pypa/get-pip
142-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
143-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
142+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
143+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
144144

145145
RUN set -ex; \
146146
\

3.5/stretch/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ RUN cd /usr/local/bin \
104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105105
ENV PYTHON_PIP_VERSION 19.3
106106
# https://github.com/pypa/get-pip
107-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
108-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
107+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
108+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
109109

110110
RUN set -ex; \
111111
\

3.5/stretch/slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ RUN cd /usr/local/bin \
139139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140140
ENV PYTHON_PIP_VERSION 19.3
141141
# https://github.com/pypa/get-pip
142-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
143-
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
142+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py
143+
ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
144144

145145
RUN set -ex; \
146146
\

0 commit comments

Comments
 (0)