Skip to content

Commit e50f09e

Browse files
committed
Merge pull request #3082 from mboersma/update-pip
chore(*): update pip installer tool to 6.0.8
2 parents 093f67b + ea66f15 commit e50f09e

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
2020

2121
# install pip
22-
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
22+
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/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)