Bump docker-compose version to latest.

This commit is contained in:
Jeff Geerling
2020-03-06 09:47:14 -06:00
parent f934d49473
commit 96928c8fe1
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ docker_restart_handler_state: restarted
# Docker Compose options.
docker_install_compose: true
docker_compose_version: "1.24.1"
docker_compose_version: "1.25.4"
docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.