docker image update

update from rancher/docker:1.8.1 to 1.9.1
This commit is contained in:
Ivan Pedrazas 2015-12-03 16:18:18 +00:00
parent 773b5a2a9b
commit b41b68dd08

View File

@ -2,7 +2,7 @@
# #
# docker build --rm=true -t plugins/drone-docker . # docker build --rm=true -t plugins/drone-docker .
FROM rancher/docker:1.8.1 FROM rancher/docker:1.9.1
ADD drone-docker /go/bin/ ADD drone-docker /go/bin/
VOLUME /var/lib/docker VOLUME /var/lib/docker