Update docker to version 17.05.0-ce

This commit is contained in:
Richard Kuhnt 2017-05-05 21:01:28 +02:00
parent c49ada1a3c
commit b4a06461b3

View File

@ -1,14 +1,14 @@
{ {
"version": "17.04.0-ce", "version": "17.05.0-ce",
"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-17.04.0-ce.zip", "url": "https://get.docker.com/builds/Windows/x86_64/docker-17.05.0-ce.zip",
"hash": "e10ce76efff553b5f346015b8ea5bff1fa59977ad457f51643efc6811a70cf1b" "hash": "cbb0b47b511023a98dd0c83d76c1f30b315b8381b85b67be355eca4748229031"
}, },
"32bit": { "32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-17.04.0-ce.zip", "url": "https://get.docker.com/builds/Windows/i386/docker-17.05.0-ce.zip",
"hash": "c6307c09ed4337354c29d87bcfbff0333ac1bfc6551ae12c4101d3d1ef01cda3" "hash": "99820746a362466700718d33ee727b9aea993b9c2e05fb2c53ed606e9f6780f1"
} }
}, },
"homepage": "https://docker.com", "homepage": "https://docker.com",