Update to docker 1.13.0

Changelog https://github.com/docker/docker/releases/tag/v1.13.0
This commit is contained in:
Kévin Darcel
2017-01-19 11:05:29 -06:00
parent b2d40533a3
commit 37baf5e0d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docker:1.12-dind
FROM docker:1.13-dind
ADD drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]