Bumped version of faas-swarm to 0.6.1

I changed the version of image to current one,
which implements secret management endpoint
from 0.5.0 to 0.6.1 in docker-compose.yml (x86_64)

Version of openfaas/gateway was also increased to 0.9.14

Signed-off-by: Bart Smykla <bsmykla@vmware.com>
This commit is contained in:
Bart Smykla 2019-01-10 18:22:16 +02:00 committed by Alex Ellis
parent 0cf01b51ff
commit 954b68308e

View File

@ -3,7 +3,7 @@ services:
gateway:
ports:
- 8080:8080
image: openfaas/gateway:0.9.11
image: openfaas/gateway:0.9.14
networks:
- functions
environment:
@ -41,7 +41,7 @@ services:
faas-swarm:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
image: openfaas/faas-swarm:0.5.0
image: openfaas/faas-swarm:0.6.1
networks:
- functions
environment: