Skip to content

Commit c3bc5a5

Browse files
committed
Merge pull request #559 from helgi/update_pip
chore(pip): update pip to 8.1.1 and use the new bootscript
2 parents e5f4732 + 01911a9 commit c3bc5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apk add --update-cache \
2525
ln -s /usr/bin/python3 /usr/bin/python
2626

2727
# install pip
28-
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python -
28+
curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1
2929

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

0 commit comments

Comments
 (0)