We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2e970 commit 2cecc5fCopy full SHA for 2cecc5f
1 file changed
ansible/group_vars/alpha-sauron.yml
@@ -10,9 +10,9 @@ weave_path: "/bin/weave"
10
docker_path: "/bin/docker"
11
12
dockerfile_pre_install_commands: [
13
- "curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
+ "curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o {{ docker_path }}",
14
"chmod a+x {{ docker_path }}",
15
- "curl -L https://github.com/weaveworks/weave/releases/download/v1.4.6/weave -o {{ weave_path }}",
+ "curl -L https://github.com/weaveworks/weave/releases/download/v1.5.0/weave -o {{ weave_path }}",
16
"chmod a+x {{ weave_path }}"
17
]
18
0 commit comments