File tree 17 files changed +17
-17
lines changed
windows/windowsservercore
windows/windowsservercore
17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
17
17
ENV PYTHON_VERSION 2.7.12
18
18
19
19
# 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
21
21
22
22
RUN set -ex \
23
23
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
15
15
ENV PYTHON_VERSION 2.7.12
16
16
17
17
# 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
19
19
20
20
RUN set -ex \
21
21
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
19
19
ENV PYTHON_VERSION 2.7.12
20
20
21
21
# 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
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
17
17
ENV PYTHON_VERSION 2.7.12
18
18
19
19
# 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
21
21
22
22
RUN set -ex \
23
23
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PYTHON_VERSION 2.7.12
6
6
ENV PYTHON_RELEASE 2.7.12
7
7
8
8
# 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
10
10
11
11
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
12
12
Write-Host ('Downloading {0} ...' -f $url); \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
23
23
ENV PYTHON_VERSION 3.3.6
24
24
25
25
# 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
27
27
28
28
RUN set -ex \
29
29
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
21
21
ENV PYTHON_VERSION 3.3.6
22
22
23
23
# 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
25
25
26
26
RUN set -ex \
27
27
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
25
25
ENV PYTHON_VERSION 3.3.6
26
26
27
27
# 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
29
29
30
30
RUN set -ex \
31
31
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
23
23
ENV PYTHON_VERSION 3.3.6
24
24
25
25
# 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
27
27
28
28
RUN set -ex \
29
29
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
23
ENV PYTHON_VERSION 3.4.5
24
24
25
25
# 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
27
27
28
28
RUN set -ex \
29
29
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21
21
ENV PYTHON_VERSION 3.4.5
22
22
23
23
# 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
25
25
26
26
RUN set -ex \
27
27
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
25
25
ENV PYTHON_VERSION 3.4.5
26
26
27
27
# 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
29
29
30
30
RUN set -ex \
31
31
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
23
ENV PYTHON_VERSION 3.4.5
24
24
25
25
# 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
27
27
28
28
RUN set -ex \
29
29
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
23
ENV PYTHON_VERSION 3.5.2
24
24
25
25
# 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
27
27
28
28
RUN set -ex \
29
29
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21
21
ENV PYTHON_VERSION 3.5.2
22
22
23
23
# 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
25
25
26
26
RUN set -ex \
27
27
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
25
25
ENV PYTHON_VERSION 3.5.2
26
26
27
27
# 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
29
29
30
30
RUN set -ex \
31
31
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV PYTHON_VERSION 3.5.2
12
12
ENV PYTHON_RELEASE 3.5.2
13
13
14
14
# 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
16
16
17
17
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
18
18
Write-Host ('Downloading {0} ...' -f $url); \
You can’t perform that action at this time.
0 commit comments