Bump docker_compose_version to 1.16.1.

This commit is contained in:
Jay Rogers
2017-10-14 11:10:07 -05:00
parent 2b507a374e
commit 609aeade37
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ docker_package_state: present
# Docker Compose options.
docker_install_compose: true
docker_compose_version: "1.15.0"
docker_compose_version: "1.16.1"
docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.