Update docker-compose to version 1.12.0

This commit is contained in:
Richard Kuhnt 2017-04-06 18:38:03 +02:00
parent 305997455f
commit 7ad177594f

View File

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