Skip to content

Commit 016aedf

Browse files
Update to 2.7.14, pip 10.0.1
1 parent a652f35 commit 016aedf

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

2.7/alpine3.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -ex \
8383
&& rm -rf /usr/src/python
8484

8585
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86-
ENV PYTHON_PIP_VERSION 10.0.0
86+
ENV PYTHON_PIP_VERSION 10.0.1
8787

8888
RUN set -ex; \
8989
\

2.7/alpine3.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -ex \
8383
&& rm -rf /usr/src/python
8484

8585
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86-
ENV PYTHON_PIP_VERSION 10.0.0
86+
ENV PYTHON_PIP_VERSION 10.0.1
8787

8888
RUN set -ex; \
8989
\

2.7/alpine3.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -ex \
8383
&& rm -rf /usr/src/python
8484

8585
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86-
ENV PYTHON_PIP_VERSION 10.0.0
86+
ENV PYTHON_PIP_VERSION 10.0.1
8787

8888
RUN set -ex; \
8989
\

2.7/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -ex \
5555
&& rm -rf /usr/src/python
5656

5757
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58-
ENV PYTHON_PIP_VERSION 10.0.0
58+
ENV PYTHON_PIP_VERSION 10.0.1
5959

6060
RUN set -ex; \
6161
\

2.7/jessie/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN set -ex \
7373
&& rm -rf /usr/src/python
7474

7575
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76-
ENV PYTHON_PIP_VERSION 10.0.0
76+
ENV PYTHON_PIP_VERSION 10.0.1
7777

7878
RUN set -ex; \
7979
\

2.7/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -ex \
5555
&& rm -rf /usr/src/python
5656

5757
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58-
ENV PYTHON_PIP_VERSION 10.0.0
58+
ENV PYTHON_PIP_VERSION 10.0.1
5959

6060
RUN set -ex; \
6161
\

2.7/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN set -ex \
7373
&& rm -rf /usr/src/python
7474

7575
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76-
ENV PYTHON_PIP_VERSION 10.0.0
76+
ENV PYTHON_PIP_VERSION 10.0.1
7777

7878
RUN set -ex; \
7979
\

2.7/wheezy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -ex \
5555
&& rm -rf /usr/src/python
5656

5757
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58-
ENV PYTHON_PIP_VERSION 10.0.0
58+
ENV PYTHON_PIP_VERSION 10.0.1
5959

6060
RUN set -ex; \
6161
\

2.7/windows/windowsservercore-1709/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
3434
Write-Host 'Complete.';
3535

3636
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37-
ENV PYTHON_PIP_VERSION 10.0.0
37+
ENV PYTHON_PIP_VERSION 10.0.1
3838

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

2.7/windows/windowsservercore-ltsc2016/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
3434
Write-Host 'Complete.';
3535

3636
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37-
ENV PYTHON_PIP_VERSION 10.0.0
37+
ENV PYTHON_PIP_VERSION 10.0.1
3838

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

0 commit comments

Comments
 (0)