Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 58a837a

Browse files
committed
chore(Dockerfile): update pip to 8.1.2
See https://pip.pypa.io/en/stable/news/#release-notes
1 parent 173e25c commit 58a837a

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
@@ -12,7 +12,7 @@ RUN apt-get update \
1212
python \
1313
python-dev \
1414
--no-install-recommends \
15-
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1 \
15+
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.2 \
1616
&& pip install --disable-pip-version-check --no-cache-dir docker-py==1.8.1 \
1717
&& apt-get remove -y --auto-remove --purge \
1818
gcc \

0 commit comments

Comments
 (0)