Skip to content

Commit a26c2b1

Browse files
committed
Pin pip at v1.5.4.
1 parent 950ddf4 commit a26c2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Gabriel A. Monroy <gabriel@opdemand.com>
55
RUN apt-get update
66
RUN apt-get install -yq python-dev libpq-dev
77
# install latest pip
8-
RUN wget -q https://raw.github.com/pypa/pip/master/contrib/get-pip.py && \
8+
RUN wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
99
python get-pip.py && \
1010
rm get-pip.py
1111

0 commit comments

Comments
 (0)