Merge pull request #1326 from sestegra/docker

docker-compose 1.11.0
This commit is contained in:
Luke Sampson
2017-02-09 22:05:48 +11:00
committed by GitHub
+3 -3
View File
@@ -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",