Skip to content

Commit 2a4c5f3

Browse files
committed
Merge pull request #3803 from mboersma/update-pip
chore(*): update python installer tool pip to 7.0.3
2 parents b1fd8f7 + c4227cb commit 2a4c5f3

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
@@ -24,7 +24,7 @@ apk add --update-cache \
2424
python-dev
2525

2626
# install pip
27-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
27+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
2828

2929
# add a deis user
3030
adduser deis -D -h /app -s /bin/bash

0 commit comments

Comments
 (0)