Skip to content

Commit 0001bd7

Browse files
committed
chore(*): update pip installer tool to 6.1.1
1 parent f0f40b9 commit 0001bd7

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)