File tree 15 files changed +15
-15
lines changed
15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
13
13
ENV PYTHON_VERSION 2.7.11
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
10
10
ENV PYTHON_VERSION 2.7.11
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 8.1.0
13
+ ENV PYTHON_PIP_VERSION 8.1.1
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
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.11
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.0
22
+ ENV PYTHON_PIP_VERSION 8.1.1
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
13
13
ENV PYTHON_VERSION 2.7.11
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
13
13
ENV PYTHON_VERSION 3.3.6
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
10
10
ENV PYTHON_VERSION 3.3.6
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 8.1.0
13
+ ENV PYTHON_PIP_VERSION 8.1.1
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
19
19
ENV PYTHON_VERSION 3.3.6
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.0
22
+ ENV PYTHON_PIP_VERSION 8.1.1
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
13
13
ENV PYTHON_VERSION 3.3.6
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.4.4
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
10
10
ENV PYTHON_VERSION 3.4.4
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 8.1.0
13
+ ENV PYTHON_PIP_VERSION 8.1.1
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
19
19
ENV PYTHON_VERSION 3.4.4
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.0
22
+ ENV PYTHON_PIP_VERSION 8.1.1
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.4.4
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.5.1
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 8.1.0
16
+ ENV PYTHON_PIP_VERSION 8.1.1
17
17
18
18
RUN set -ex \
19
19
&& curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
10
10
ENV PYTHON_VERSION 3.5.1
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 8.1.0
13
+ ENV PYTHON_PIP_VERSION 8.1.1
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
19
19
ENV PYTHON_VERSION 3.5.1
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.0
22
+ ENV PYTHON_PIP_VERSION 8.1.1
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
You can’t perform that action at this time.
0 commit comments