Skip to content

Commit 65b5603

Browse files
Update to 3.7.3, pip 19.1
1 parent fac7efe commit 65b5603

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

3.7/alpine3.8/Dockerfile

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

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 19.0.3
108+
ENV PYTHON_PIP_VERSION 19.1
109109

110110
RUN set -ex; \
111111
\

3.7/alpine3.9/Dockerfile

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

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 19.0.3
108+
ENV PYTHON_PIP_VERSION 19.1
109109

110110
RUN set -ex; \
111111
\

3.7/stretch/Dockerfile

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

6868
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
69-
ENV PYTHON_PIP_VERSION 19.0.3
69+
ENV PYTHON_PIP_VERSION 19.1
7070

7171
RUN set -ex; \
7272
\

3.7/stretch/slim/Dockerfile

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

103103
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
104-
ENV PYTHON_PIP_VERSION 19.0.3
104+
ENV PYTHON_PIP_VERSION 19.1
105105

106106
RUN set -ex; \
107107
\

3.7/windows/windowsservercore-1803/Dockerfile

+1-1
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.0.3
45+
ENV PYTHON_PIP_VERSION 19.1
4646

4747
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.7/windows/windowsservercore-1809/Dockerfile

+1-1
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.0.3
45+
ENV PYTHON_PIP_VERSION 19.1
4646

4747
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

3.7/windows/windowsservercore-ltsc2016/Dockerfile

+1-1
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.0.3
45+
ENV PYTHON_PIP_VERSION 19.1
4646

4747
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)