From 1b560d4fd96b74f17e9c8723366875817f989c9f Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Thu, 21 May 2015 17:48:32 -0400 Subject: [PATCH] Docker 1.6.2 --- docker.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker.json b/docker.json index a1f4f0cf30..eb7836a5af 100644 --- a/docker.json +++ b/docker.json @@ -1,19 +1,19 @@ { - "version": "1.6.0", + "version": "1.6.2", "license": "https://github.com/docker/docker/blob/master/LICENSE", "architecture": { "64bit": { - "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.6.0.exe", - "hash": "f9de00d181d2d9c176871cfb5913138c6899b346bd150f13705b0168bffa2912" + "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.6.2.exe", + "hash": "c8d46919e867e0b6ec1a31e8866a6f5f87bd3f2b55108002857c85182b709a02" }, "32bit": { - "url": "https://get.docker.com/builds/Windows/i386/docker-1.6.0.exe", - "hash": "26aaf374b7d73d65a29c97f8ae13cfac8741f04b0535d8d0e5c2698ff49e7457" + "url": "https://get.docker.com/builds/Windows/i386/docker-1.6.2.exe", + "hash": "b1ea7e69be47feb79f95a95f4bf0a876a31a93ce72563caf721325b6da3c1c23" } }, "homepage": "https://docker.com", "bin": [ - ["docker-1.6.0.exe", "docker"] + ["docker-1.6.2.exe", "docker"] ], "notes": [ "This is the docker client only. Until the docker daemon can run natively",