Skip to content

Commit d8ed626

Browse files
committed
chore(pip): update pip installs to 1.5.6
1 parent 3814695 commit d8ed626

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
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
apt-get install -yq python-dev libpq-dev libyaml-dev git openssh-client
2121

2222
# install pip
23-
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
23+
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
2424

2525
# add a deis user that has passwordless sudo (for now)
2626
RUN useradd deis --groups sudo --home-dir /app --shell /bin/bash

0 commit comments

Comments
 (0)