Skip to content

Commit 9e6699a

Browse files
Update to 2.7.15, pip 18.0
1 parent 34eb5b1 commit 9e6699a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

2.7/alpine3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN set -ex \
8686
&& python2 --version
8787

8888
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
89-
ENV PYTHON_PIP_VERSION 10.0.1
89+
ENV PYTHON_PIP_VERSION 18.0
9090

9191
RUN set -ex; \
9292
\

2.7/alpine3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN set -ex \
8888
&& python2 --version
8989

9090
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
91-
ENV PYTHON_PIP_VERSION 10.0.1
91+
ENV PYTHON_PIP_VERSION 18.0
9292

9393
RUN set -ex; \
9494
\

2.7/alpine3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN set -ex \
8888
&& python2 --version
8989

9090
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
91-
ENV PYTHON_PIP_VERSION 10.0.1
91+
ENV PYTHON_PIP_VERSION 18.0
9292

9393
RUN set -ex; \
9494
\

2.7/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex \
5050
&& python2 --version
5151

5252
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53-
ENV PYTHON_PIP_VERSION 10.0.1
53+
ENV PYTHON_PIP_VERSION 18.0
5454

5555
RUN set -ex; \
5656
\

2.7/jessie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -ex \
8383
&& python2 --version
8484

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

8888
RUN set -ex; \
8989
\

2.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex \
5050
&& python2 --version
5151

5252
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53-
ENV PYTHON_PIP_VERSION 10.0.1
53+
ENV PYTHON_PIP_VERSION 18.0
5454

5555
RUN set -ex; \
5656
\

2.7/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN set -ex \
8787
&& python2 --version
8888

8989
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
90-
ENV PYTHON_PIP_VERSION 10.0.1
90+
ENV PYTHON_PIP_VERSION 18.0
9191

9292
RUN set -ex; \
9393
\

2.7/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex \
5050
&& python2 --version
5151

5252
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53-
ENV PYTHON_PIP_VERSION 10.0.1
53+
ENV PYTHON_PIP_VERSION 18.0
5454

5555
RUN set -ex; \
5656
\

2.7/windows/windowsservercore-1709/Dockerfile

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

3737
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
38-
ENV PYTHON_PIP_VERSION 10.0.1
38+
ENV PYTHON_PIP_VERSION 18.0
3939

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

2.7/windows/windowsservercore-ltsc2016/Dockerfile

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

3737
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
38-
ENV PYTHON_PIP_VERSION 10.0.1
38+
ENV PYTHON_PIP_VERSION 18.0
3939

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

0 commit comments

Comments
 (0)