We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ee1be commit 7af5edeCopy full SHA for 7af5ede
1 file changed
ansible/group_vars/alpha-sauron.yml
@@ -13,7 +13,7 @@ docker_path: "/bin/docker"
13
dockerfile_pre_install_commands: [
14
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
15
"chmod a+x {{ docker_path }}",
16
- "curl -L https://github.com/weaveworks/weave/releases/download/v1.3.1/weave -o {{ weave_path }}",
+ "curl -L https://github.com/weaveworks/weave/releases/download/v1.4.1/weave -o {{ weave_path }}",
17
"chmod a+x {{ weave_path }}"
18
]
19
0 commit comments