Merge pull request #401 from sakai135/patch-14

docker 1.7.0
This commit is contained in:
Luke Sampson 2015-06-23 08:19:40 +10:00
commit 9d0367a3bc

View File

@ -1,19 +1,19 @@
{ {
"version": "1.6.2", "version": "1.7.0",
"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.6.2.exe", "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.7.0.exe",
"hash": "c8d46919e867e0b6ec1a31e8866a6f5f87bd3f2b55108002857c85182b709a02" "hash": "1eb2120b48ec6348a8de4a7aa8d2fecec00916fadb06b83ebf4a79f70e0e5ed8"
}, },
"32bit": { "32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.6.2.exe", "url": "https://get.docker.com/builds/Windows/i386/docker-1.7.0.exe",
"hash": "b1ea7e69be47feb79f95a95f4bf0a876a31a93ce72563caf721325b6da3c1c23" "hash": "eb97d3f3db5bbf63d96a55657de4791b83543506a127c5dc538848666a8b40ae"
} }
}, },
"homepage": "https://docker.com", "homepage": "https://docker.com",
"bin": [ "bin": [
["docker-1.6.2.exe", "docker"] ["docker-1.7.0.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",