Skip to content

Commit b6195a3

Browse files
committed
chore(Dockerfile): update pip to 8.1.2
https://pip.pypa.io/en/stable/news/
1 parent 88c9357 commit b6195a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
python3-dev \
2121
sudo \
2222
&& ln -s /usr/bin/python3 /usr/bin/python \
23-
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1 \
23+
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.2 \
2424
&& mkdir -p /configs && chown -R deis:deis /configs \
2525
&& pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt \
2626
&& apt-get remove -y --auto-remove --purge \

0 commit comments

Comments
 (0)