Skip to content

Commit 2cecc5f

Browse files
author
Anandkumar Patel
committed
update to weave 1.5.0
1 parent 3a2e970 commit 2cecc5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ weave_path: "/bin/weave"
1010
docker_path: "/bin/docker"
1111

1212
dockerfile_pre_install_commands: [
13-
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o {{ docker_path }}",
13+
"curl -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -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)