We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7857aeb + 0001bd7 commit d17ca97Copy full SHA for d17ca97
1 file changed
build.sh
@@ -19,7 +19,7 @@ apt-get update && \
19
apt-get install -yq python-dev libffi-dev libpq-dev libyaml-dev git libldap2-dev libsasl2-dev
20
21
# install pip
22
-curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
+curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
23
24
# add a deis user
25
useradd deis --home-dir /app --shell /bin/bash
0 commit comments