Skip to content

Commit 0f9e85e

Browse files
Update to 3.7.4, pip 19.3
1 parent cdff21a commit 0f9e85e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

3.7/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN cd /usr/local/bin \
142142
&& ln -s python3-config python-config
143143

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

3.7/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN cd /usr/local/bin \
142142
&& ln -s python3-config python-config
143143

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

3.7/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN cd /usr/local/bin \
103103
&& ln -s python3-config python-config
104104

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

3.7/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN cd /usr/local/bin \
138138
&& ln -s python3-config python-config
139139

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

3.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN cd /usr/local/bin \
103103
&& ln -s python3-config python-config
104104

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

3.7/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN cd /usr/local/bin \
138138
&& ln -s python3-config python-config
139139

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

3.7/windows/windowsservercore-1803/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242
Write-Host 'Complete.'
4343

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

3.7/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242
Write-Host 'Complete.'
4343

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

3.7/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242
Write-Host 'Complete.'
4343

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy