Skip to content

Commit 0aba847

Browse files
authored
Merge pull request #104 from mboersma/update-docker-py
chore(Dockerfile): update docker-py to 1.10.6
2 parents e3220fa + 2ba4e2e commit 0aba847

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)