Skip to content

Commit 685b474

Browse files
author
Anandkumar Patel
committed
revert docker version
1 parent 2cecc5f commit 685b474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weave_path: "/bin/weave"
1010
docker_path: "/bin/docker"
1111

1212
dockerfile_pre_install_commands: [
13-
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o {{ docker_path }}",
13+
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
1414
"chmod a+x {{ docker_path }}",
1515
"curl -L https://github.com/weaveworks/weave/releases/download/v1.5.0/weave -o {{ weave_path }}",
1616
"chmod a+x {{ weave_path }}"

0 commit comments

Comments
 (0)