Skip to content

Commit 7af5ede

Browse files
committed
update weave
1 parent 82ee1be commit 7af5ede

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
@@ -13,7 +13,7 @@ docker_path: "/bin/docker"
1313
dockerfile_pre_install_commands: [
1414
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
1515
"chmod a+x {{ docker_path }}",
16-
"curl -L https://github.com/weaveworks/weave/releases/download/v1.3.1/weave -o {{ weave_path }}",
16+
"curl -L https://github.com/weaveworks/weave/releases/download/v1.4.1/weave -o {{ weave_path }}",
1717
"chmod a+x {{ weave_path }}"
1818
]
1919

0 commit comments

Comments
 (0)