Skip to content

Commit 2ba4e2e

Browse files
committed
chore(Dockerfile): update docker-py to 1.10.6
See https://github.com/docker/docker-py/blob/release/docs/change_log.md#1106
1 parent e3220fa commit 2ba4e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel
77
libffi6 \
88
libssl1.0.0 \
99
python && \
10-
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 && \
10+
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.6 && \
1111
# cleanup
1212
apt-get purge -y --auto-remove $buildDeps && \
1313
apt-get autoremove -y && \

0 commit comments

Comments
 (0)