Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 125c603

Browse files
committed
Update pip version to 9.0.1
1 parent 9e9dd39 commit 125c603

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys C01E1CAD5EA2C4F0B8E3571
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.1
1919

2020
RUN tce-load -wic \
2121
bzip2-dev \

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61E
1515
ENV PYTHON_VERSION 3.4.5
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.1
1919

2020
RUN tce-load -wic \
2121
bzip2-dev \

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61E
1515
ENV PYTHON_VERSION 3.5.2
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.1
1919

2020
RUN tce-load -wic \
2121
bzip2-dev \

0 commit comments

Comments
 (0)