Merge pull request #122 from jmccann/docker_1704

Use Docker 17.04
This commit is contained in:
Brad Rydzewski
2017-05-15 11:32:19 +02:00
committed by GitHub
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.13", "1" ]
tags: [ "latest", "17", "17.04" ]
when:
branch: master
event: push

View File

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