Skip to content

Commit fa915aa

Browse files
Update to 3.5.7, pip 19.3
1 parent 0f9e85e commit fa915aa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.5/alpine3.10/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
139139
&& ln -s python3-config python-config
140140

141141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142-
ENV PYTHON_PIP_VERSION 19.2.3
142+
ENV PYTHON_PIP_VERSION 19.3
143143
# https://github.com/pypa/get-pip
144144
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
145145
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.5/alpine3.9/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
139139
&& ln -s python3-config python-config
140140

141141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142-
ENV PYTHON_PIP_VERSION 19.2.3
142+
ENV PYTHON_PIP_VERSION 19.3
143143
# https://github.com/pypa/get-pip
144144
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
145145
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.5/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105-
ENV PYTHON_PIP_VERSION 19.2.3
105+
ENV PYTHON_PIP_VERSION 19.3
106106
# https://github.com/pypa/get-pip
107107
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
108108
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.5/buster/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN cd /usr/local/bin \
137137
&& ln -s python3-config python-config
138138

139139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140-
ENV PYTHON_PIP_VERSION 19.2.3
140+
ENV PYTHON_PIP_VERSION 19.3
141141
# https://github.com/pypa/get-pip
142142
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
143143
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.5/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105-
ENV PYTHON_PIP_VERSION 19.2.3
105+
ENV PYTHON_PIP_VERSION 19.3
106106
# https://github.com/pypa/get-pip
107107
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
108108
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.5/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN cd /usr/local/bin \
137137
&& ln -s python3-config python-config
138138

139139
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
140-
ENV PYTHON_PIP_VERSION 19.2.3
140+
ENV PYTHON_PIP_VERSION 19.3
141141
# https://github.com/pypa/get-pip
142142
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
143143
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

0 commit comments

Comments
 (0)