Skip to content

Commit 0e9ab28

Browse files
committed
Update pip version to 7.1.2
1 parent 22417c6 commit 0e9ab28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10
1616

1717
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
18-
ENV PYTHON_PIP_VERSION 7.0.1
18+
ENV PYTHON_PIP_VERSION 7.1.2
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.3
1616

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

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

0 commit comments

Comments
 (0)