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

Commit 28c31d4

Browse files
authored
chore(requirements): update docker-py to 1.10.3 (#94)
https://github.com/docker/docker-py/blob/master/docs/change_log.md#1103
1 parent 1a2a00b commit 28c31d4

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
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
python-dev \
1414
--no-install-recommends \
1515
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.2 \
16-
&& pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.2 \
16+
&& pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 \
1717
&& apt-get remove -y --auto-remove --purge \
1818
gcc \
1919
libffi-dev \

0 commit comments

Comments
 (0)