Update to latest gateway version

This commit is contained in:
Alex Ellis 2018-04-10 14:27:37 -07:00 committed by GitHub
parent 8f249792fe
commit 2dc122aaa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```