CircleCI: make tests run on Docker 1.9.1
See CircleCI announcement https://discuss.circleci.com/t/docker-1-9-1-is-available/1009
This commit is contained in:
parent
205b391677
commit
c11af183d8
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ update-dependencies:
|
|||
docker pull python:3
|
||||
docker pull rancher/socat-docker:latest
|
||||
docker pull appropriate/curl:latest
|
||||
docker pull docker:1.7
|
||||
docker pull docker:1.9
|
||||
|
||||
test:
|
||||
docker build -t jwilder/nginx-proxy:bats .
|
||||
|
|
Reference in a new issue