Skip to content

Commit b9cb770

Browse files
Update to 3.6.8, pip 19.0.3
1 parent f444edd commit b9cb770

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

3.6/alpine3.8/Dockerfile

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

106106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107-
ENV PYTHON_PIP_VERSION 19.0.2
107+
ENV PYTHON_PIP_VERSION 19.0.3
108108

109109
RUN set -ex; \
110110
\

3.6/alpine3.9/Dockerfile

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

106106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107-
ENV PYTHON_PIP_VERSION 19.0.2
107+
ENV PYTHON_PIP_VERSION 19.0.3
108108

109109
RUN set -ex; \
110110
\

3.6/jessie/Dockerfile

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

6767
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68-
ENV PYTHON_PIP_VERSION 19.0.2
68+
ENV PYTHON_PIP_VERSION 19.0.3
6969

7070
RUN set -ex; \
7171
\

3.6/jessie/slim/Dockerfile

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

102102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103-
ENV PYTHON_PIP_VERSION 19.0.2
103+
ENV PYTHON_PIP_VERSION 19.0.3
104104

105105
RUN set -ex; \
106106
\

3.6/stretch/Dockerfile

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

6767
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68-
ENV PYTHON_PIP_VERSION 19.0.2
68+
ENV PYTHON_PIP_VERSION 19.0.3
6969

7070
RUN set -ex; \
7171
\

3.6/stretch/slim/Dockerfile

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

102102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103-
ENV PYTHON_PIP_VERSION 19.0.2
103+
ENV PYTHON_PIP_VERSION 19.0.3
104104

105105
RUN set -ex; \
106106
\

3.6/windows/windowsservercore-1709/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.0.2
45+
ENV PYTHON_PIP_VERSION 19.0.3
4646

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

3.6/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.0.2
45+
ENV PYTHON_PIP_VERSION 19.0.3
4646

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

3.6/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.0.2
45+
ENV PYTHON_PIP_VERSION 19.0.3
4646

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

3.6/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.0.2
45+
ENV PYTHON_PIP_VERSION 19.0.3
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)
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