Skip to content

Commit

Permalink
Merge pull request #104 from mboersma/update-docker-py
Browse files Browse the repository at this point in the history
chore(Dockerfile): update docker-py to 1.10.6
  • Loading branch information
mboersma authored Nov 4, 2016
2 parents e3220fa + 2ba4e2e commit 0aba847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel
libffi6 \
libssl1.0.0 \
python && \
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 && \
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.6 && \
# cleanup
apt-get purge -y --auto-remove $buildDeps && \
apt-get autoremove -y && \
Expand Down

0 comments on commit 0aba847

Please sign in to comment.