Docker 1.6.2

This commit is contained in:
Keiichi Shimamura 2015-05-21 17:48:32 -04:00
parent ae2c368629
commit 1b560d4fd9

View File

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