Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Docker] Bump Docker Compose to 1.23.1
  • Loading branch information
andrerom committed Nov 25, 2018
1 parent 8f71677 commit 2b10cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.travis/trusty/update_docker.sh
Expand Up @@ -12,7 +12,7 @@ docker -v


docker-compose -v
DOCKER_COMPOSE_VERSION="1.19.0"
DOCKER_COMPOSE_VERSION="1.23.1"
echo "\nUpdating Docker Compose to ${DOCKER_COMPOSE_VERSION}"
sudo rm -f /usr/local/bin/docker-compose
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
Expand Down

0 comments on commit 2b10cd3

Please sign in to comment.