Skip to content

Commit

Permalink
Update to 2.7.15, pip 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 8, 2018
1 parent 005dda9 commit ac49e0b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 2.7/alpine3.6/Dockerfile
Expand Up @@ -93,7 +93,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/alpine3.7/Dockerfile
Expand Up @@ -93,7 +93,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/alpine3.8/Dockerfile
Expand Up @@ -93,7 +93,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/jessie/Dockerfile
Expand Up @@ -57,7 +57,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/jessie/slim/Dockerfile
Expand Up @@ -90,7 +90,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/stretch/Dockerfile
Expand Up @@ -57,7 +57,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/stretch/slim/Dockerfile
Expand Up @@ -90,7 +90,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/wheezy/Dockerfile
Expand Up @@ -57,7 +57,7 @@ RUN set -ex \
&& python2 --version

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

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 2.7/windows/windowsservercore-1709/Dockerfile
Expand Up @@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
Write-Host 'Complete.';

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

RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Expand Down
2 changes: 1 addition & 1 deletion 2.7/windows/windowsservercore-ltsc2016/Dockerfile
Expand Up @@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
Write-Host 'Complete.';

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

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

0 comments on commit ac49e0b

Please sign in to comment.