diff --git a/bucket/docker-compose.json b/bucket/docker-compose.json index dd53bc0e7..0c0290ac3 100644 --- a/bucket/docker-compose.json +++ b/bucket/docker-compose.json @@ -1,11 +1,11 @@ { "homepage": "https://github.com/docker/compose", - "version": "1.10.1", + "version": "1.11.0", "license": "Apache", "architecture": { "64bit": { - "url": "https://github.com/docker/compose/releases/download/1.10.1/docker-compose-Windows-x86_64.exe", - "hash": "a88e6631848799b64cdd425952b55d7e00879cdc21e38d35223859414362b03d" + "url": "https://github.com/docker/compose/releases/download/1.11.0/docker-compose-Windows-x86_64.exe", + "hash": "3a8ebe3e63645a7963cf23879b50e2a1eef1bfe2c28530c99b0e9cb7f6d5b65d" } }, "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",