Update docker-compose version to 1.21.2

See https://github.com/docker/compose/releases/tag/1.21.2
This commit is contained in:
Raphael Nestler
2018-05-17 17:20:39 +02:00
parent 99dc588c77
commit 8f1804c930
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ docker_restart_on_package_change: True
# Docker Compose options.
docker_install_compose: True
docker_compose_version: "1.21.1"
docker_compose_version: "1.21.2"
docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.