We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3220fa + 2ba4e2e commit 0aba847Copy full SHA for 0aba847
rootfs/Dockerfile
@@ -7,7 +7,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel
7
libffi6 \
8
libssl1.0.0 \
9
python && \
10
- 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 && \
11
# cleanup
12
apt-get purge -y --auto-remove $buildDeps && \
13
apt-get autoremove -y && \
0 commit comments