mirror of https://github.com/docker/docs.git
Bump version for custom machine
This commit is contained in:
parent
29829ff294
commit
fa8f55cc14
|
@ -40,7 +40,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"docker-version": "1.5.0",
|
"docker-version": "1.5.0",
|
||||||
"docker-machine-version": "0.1.0-kitematic-0.5.8",
|
"docker-machine-version": "0.1.0-kitematic-0.5.9",
|
||||||
"atom-shell-version": "0.21.2",
|
"atom-shell-version": "0.21.2",
|
||||||
"virtualbox-version": "4.3.24",
|
"virtualbox-version": "4.3.24",
|
||||||
"virtualbox-filename": "VirtualBox-4.3.24.pkg",
|
"virtualbox-filename": "VirtualBox-4.3.24.pkg",
|
||||||
|
|
|
@ -13,7 +13,7 @@ if [ ! -f $DOCKER_MACHINE_CLI_FILE ]; then
|
||||||
rm -rf docker-machine*
|
rm -rf docker-machine*
|
||||||
# Use temporary, new version of docker-machine that has some important fixes
|
# Use temporary, new version of docker-machine that has some important fixes
|
||||||
# curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_CLI_VERSION/docker-machine_darwin-amd64
|
# curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_CLI_VERSION/docker-machine_darwin-amd64
|
||||||
curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.8/docker-machine_darwin-amd64
|
curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.9/docker-machine_darwin-amd64
|
||||||
chmod +x $DOCKER_MACHINE_CLI_FILE
|
chmod +x $DOCKER_MACHINE_CLI_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue