Skip to content

Commit 6d90ba2

Browse files
committed
Upgraded to pip 9.0.0
1 parent b031a3a commit 6d90ba2

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
1717
ENV PYTHON_VERSION 2.7.12
1818

1919
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
20-
ENV PYTHON_PIP_VERSION 8.1.2
20+
ENV PYTHON_PIP_VERSION 9.0.0
2121

2222
RUN set -ex \
2323
&& buildDeps=' \

2.7/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
1515
ENV PYTHON_VERSION 2.7.12
1616

1717
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
18-
ENV PYTHON_PIP_VERSION 8.1.2
18+
ENV PYTHON_PIP_VERSION 9.0.0
1919

2020
RUN set -ex \
2121
&& apk add --no-cache --virtual .fetch-deps \

2.7/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
1919
ENV PYTHON_VERSION 2.7.12
2020

2121
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22-
ENV PYTHON_PIP_VERSION 8.1.2
22+
ENV PYTHON_PIP_VERSION 9.0.0
2323

2424
RUN set -ex \
2525
&& buildDeps=' \

2.7/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
1717
ENV PYTHON_VERSION 2.7.12
1818

1919
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
20-
ENV PYTHON_PIP_VERSION 8.1.2
20+
ENV PYTHON_PIP_VERSION 9.0.0
2121

2222
RUN set -ex \
2323
&& buildDeps=' \

2.7/windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PYTHON_VERSION 2.7.12
66
ENV PYTHON_RELEASE 2.7.12
77

88
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
9-
ENV PYTHON_PIP_VERSION 8.1.2
9+
ENV PYTHON_PIP_VERSION 9.0.0
1010

1111
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
1212
Write-Host ('Downloading {0} ...' -f $url); \

3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
2323
ENV PYTHON_VERSION 3.3.6
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26-
ENV PYTHON_PIP_VERSION 8.1.2
26+
ENV PYTHON_PIP_VERSION 9.0.0
2727

2828
RUN set -ex \
2929
&& buildDeps=' \

3.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
2121
ENV PYTHON_VERSION 3.3.6
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
24-
ENV PYTHON_PIP_VERSION 8.1.2
24+
ENV PYTHON_PIP_VERSION 9.0.0
2525

2626
RUN set -ex \
2727
&& apk add --no-cache --virtual .fetch-deps \

3.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
2525
ENV PYTHON_VERSION 3.3.6
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
28-
ENV PYTHON_PIP_VERSION 8.1.2
28+
ENV PYTHON_PIP_VERSION 9.0.0
2929

3030
RUN set -ex \
3131
&& buildDeps=' \

3.3/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
2323
ENV PYTHON_VERSION 3.3.6
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26-
ENV PYTHON_PIP_VERSION 8.1.2
26+
ENV PYTHON_PIP_VERSION 9.0.0
2727

2828
RUN set -ex \
2929
&& buildDeps=' \

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2323
ENV PYTHON_VERSION 3.4.5
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26-
ENV PYTHON_PIP_VERSION 8.1.2
26+
ENV PYTHON_PIP_VERSION 9.0.0
2727

2828
RUN set -ex \
2929
&& buildDeps=' \

3.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2121
ENV PYTHON_VERSION 3.4.5
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
24-
ENV PYTHON_PIP_VERSION 8.1.2
24+
ENV PYTHON_PIP_VERSION 9.0.0
2525

2626
RUN set -ex \
2727
&& apk add --no-cache --virtual .fetch-deps \

3.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2525
ENV PYTHON_VERSION 3.4.5
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
28-
ENV PYTHON_PIP_VERSION 8.1.2
28+
ENV PYTHON_PIP_VERSION 9.0.0
2929

3030
RUN set -ex \
3131
&& buildDeps=' \

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2323
ENV PYTHON_VERSION 3.4.5
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26-
ENV PYTHON_PIP_VERSION 8.1.2
26+
ENV PYTHON_PIP_VERSION 9.0.0
2727

2828
RUN set -ex \
2929
&& buildDeps=' \

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2323
ENV PYTHON_VERSION 3.5.2
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26-
ENV PYTHON_PIP_VERSION 8.1.2
26+
ENV PYTHON_PIP_VERSION 9.0.0
2727

2828
RUN set -ex \
2929
&& buildDeps=' \

3.5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2121
ENV PYTHON_VERSION 3.5.2
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
24-
ENV PYTHON_PIP_VERSION 8.1.2
24+
ENV PYTHON_PIP_VERSION 9.0.0
2525

2626
RUN set -ex \
2727
&& apk add --no-cache --virtual .fetch-deps \

3.5/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2525
ENV PYTHON_VERSION 3.5.2
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
28-
ENV PYTHON_PIP_VERSION 8.1.2
28+
ENV PYTHON_PIP_VERSION 9.0.0
2929

3030
RUN set -ex \
3131
&& buildDeps=' \

3.5/windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PYTHON_VERSION 3.5.2
1212
ENV PYTHON_RELEASE 3.5.2
1313

1414
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
15-
ENV PYTHON_PIP_VERSION 8.1.2
15+
ENV PYTHON_PIP_VERSION 9.0.0
1616

1717
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
1818
Write-Host ('Downloading {0} ...' -f $url); \

0 commit comments

Comments
 (0)