We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf085e8 + 685b474 commit 0cd383fCopy full SHA for 0cd383f
1 file changed
ansible/group_vars/alpha-sauron.yml
@@ -12,7 +12,7 @@ docker_path: "/bin/docker"
12
dockerfile_pre_install_commands: [
13
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -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