Update docker verision for circleci
This commit is contained in:
parent
3a16eee5f7
commit
9644c311be
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
machine:
|
machine:
|
||||||
pre:
|
pre:
|
||||||
# install docker 1.7.1
|
# install docker 1.9.1
|
||||||
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.7.1-circleci'; sudo chmod 0755 /usr/bin/docker; true
|
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'; sudo chmod 0755 /usr/bin/docker; true
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue