Bump version for custom machine

This commit is contained in:
Jeffrey Morgan 2015-03-05 21:41:30 -05:00
Родитель 29829ff294
Коммит fa8f55cc14
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@
]
},
"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",
"virtualbox-version": "4.3.24",
"virtualbox-filename": "VirtualBox-4.3.24.pkg",

Просмотреть файл

@ -13,7 +13,7 @@ if [ ! -f $DOCKER_MACHINE_CLI_FILE ]; then
rm -rf docker-machine*
# 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/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
fi