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
No known key found for this signature in database
GPG Key ID: F29F49C57EA3F7AD
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ pipeline:
publish:
image: plugins/docker
repo: plugins/docker
tags: [ "latest", "1.12", "1" ]
tags: [ "latest", "1.13", "1" ]
when:
branch: master
event: push

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"]