Skip to content

Commit 0cd383f

Browse files
committed
Merge pull request #450 from CodeNow/update-weave
Update weave
2 parents bf085e8 + 685b474 commit 0cd383f

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
@@ -12,7 +12,7 @@ docker_path: "/bin/docker"
1212
dockerfile_pre_install_commands: [
1313
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
1414
"chmod a+x {{ docker_path }}",
15-
"curl -L https://github.com/weaveworks/weave/releases/download/v1.4.6/weave -o {{ weave_path }}",
15+
"curl -L https://github.com/weaveworks/weave/releases/download/v1.5.0/weave -o {{ weave_path }}",
1616
"chmod a+x {{ weave_path }}"
1717
]
1818

0 commit comments

Comments
 (0)