Skip to content

Commit d17ca97

Browse files
committed
Merge pull request #3468 from mboersma/update-pip
chore(*): update pip installer tool to 6.1.1
2 parents 7857aeb + 0001bd7 commit d17ca97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apt-get update && \
1919
apt-get install -yq python-dev libffi-dev libpq-dev libyaml-dev git libldap2-dev libsasl2-dev
2020

2121
# install pip
22-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
22+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
2323

2424
# add a deis user
2525
useradd deis --home-dir /app --shell /bin/bash

0 commit comments

Comments
 (0)