Merge pull request #789 from sestegra/docker

docker-compose 1.7.0
This commit is contained in:
Luke Sampson 2016-04-14 08:46:58 +10:00
commit b535cebc55

View File

@ -1,11 +1,11 @@
{
"homepage": "https://github.com/docker/compose",
"version": "1.6.2",
"version": "1.7.0",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.6.2/docker-compose-Windows-x86_64.exe",
"hash": "0c24808a27db78d5245736ae3ca29834a276f5ef2cb9597164825c1cc878fac8"
"url": "https://github.com/docker/compose/releases/download/1.7.0/docker-compose-Windows-x86_64.exe",
"hash": "ab41ea89477f2df7769e6ec842247f69aa2d216288dd1e06196f36652c7c13db"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",