Docker 1.7.1

This commit is contained in:
Keiichi Shimamura 2015-07-15 18:59:27 -04:00
parent 335814e58b
commit 7a97b33cdb

View File

@ -1,19 +1,19 @@
{ {
"version": "1.7.0", "version": "1.7.1",
"license": "https://github.com/docker/docker/blob/master/LICENSE", "license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.7.0.exe", "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.7.1.exe",
"hash": "1eb2120b48ec6348a8de4a7aa8d2fecec00916fadb06b83ebf4a79f70e0e5ed8" "hash": "e19a9e7702748ffe78bb61781b8fa2affc530e43bde9f7e34690478d8477f5b1"
}, },
"32bit": { "32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.7.0.exe", "url": "https://get.docker.com/builds/Windows/i386/docker-1.7.1.exe",
"hash": "eb97d3f3db5bbf63d96a55657de4791b83543506a127c5dc538848666a8b40ae" "hash": "736efa56ccde53637131416c95bac392f68aba8066c101d3db0c4db5e57b4204"
} }
}, },
"homepage": "https://docker.com", "homepage": "https://docker.com",
"bin": [ "bin": [
["docker-1.7.0.exe", "docker"] ["docker-1.7.1.exe", "docker"]
], ],
"notes": [ "notes": [
"This is the docker client only. Until the docker daemon can run natively", "This is the docker client only. Until the docker daemon can run natively",