Skip to content

Commit ac49e0b

Browse files
Update to 2.7.15, pip 18.1
1 parent 005dda9 commit ac49e0b

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

2.7/alpine3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN set -ex \
9393
&& python2 --version
9494

9595
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96-
ENV PYTHON_PIP_VERSION 18.0
96+
ENV PYTHON_PIP_VERSION 18.1
9797

9898
RUN set -ex; \
9999
\

2.7/alpine3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN set -ex \
9393
&& python2 --version
9494

9595
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96-
ENV PYTHON_PIP_VERSION 18.0
96+
ENV PYTHON_PIP_VERSION 18.1
9797

9898
RUN set -ex; \
9999
\

2.7/alpine3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN set -ex \
9393
&& python2 --version
9494

9595
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96-
ENV PYTHON_PIP_VERSION 18.0
96+
ENV PYTHON_PIP_VERSION 18.1
9797

9898
RUN set -ex; \
9999
\

2.7/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -ex \
5757
&& python2 --version
5858

5959
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60-
ENV PYTHON_PIP_VERSION 18.0
60+
ENV PYTHON_PIP_VERSION 18.1
6161

6262
RUN set -ex; \
6363
\

2.7/jessie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN set -ex \
9090
&& python2 --version
9191

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

9595
RUN set -ex; \
9696
\

2.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -ex \
5757
&& python2 --version
5858

5959
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60-
ENV PYTHON_PIP_VERSION 18.0
60+
ENV PYTHON_PIP_VERSION 18.1
6161

6262
RUN set -ex; \
6363
\

2.7/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN set -ex \
9090
&& python2 --version
9191

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

9595
RUN set -ex; \
9696
\

2.7/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -ex \
5757
&& python2 --version
5858

5959
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60-
ENV PYTHON_PIP_VERSION 18.0
60+
ENV PYTHON_PIP_VERSION 18.1
6161

6262
RUN set -ex; \
6363
\

2.7/windows/windowsservercore-1709/Dockerfile

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

4343
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44-
ENV PYTHON_PIP_VERSION 18.0
44+
ENV PYTHON_PIP_VERSION 18.1
4545

4646
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747
[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
@@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
4141
Write-Host 'Complete.';
4242

4343
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44-
ENV PYTHON_PIP_VERSION 18.0
44+
ENV PYTHON_PIP_VERSION 18.1
4545

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

0 commit comments

Comments
 (0)