diff --git a/TestDrive.md b/TestDrive.md index 284165bf..2dc47a9c 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -30,7 +30,7 @@ This one-shot script clones the code, sets up a Docker Swarm master node then de # docker swarm init --advertise-addr eth0 && \ git clone https://github.com/openfaas/faas && \ cd faas && \ - git checkout 0.7.1 && \ + git checkout 0.7.9 && \ ./deploy_stack.sh && \ docker service ls ```