1
Fork 0

Update docker-compose

This commit is contained in:
Jake Howard 2018-07-27 22:14:07 +01:00
parent 186c88aac9
commit 29a2bc083a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- run:
name: Install Docker Compose
command: |
curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
- run: docker-compose build