Skip to content

Commit

Permalink
Bump g/w 0.9.5 and faas-swarm to 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 19, 2018
1 parent 3598da2 commit 4476a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker-compose.armhf.yml
Expand Up @@ -3,7 +3,7 @@ services:
gateway:
ports:
- 8080:8080
image: openfaas/gateway:0.9.2-armhf
image: openfaas/gateway:0.9.5-armhf
networks:
- functions
environment:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:

# Docker Swarm provider
faas-swarm:
image: openfaas/faas-swarm:0.4.2-armhf
image: openfaas/faas-swarm:0.4.3-armhf
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
networks:
Expand All @@ -44,6 +44,7 @@ services:
read_timeout: "305s" # set both here, and on your functions
write_timeout: "305s" # set both here, and on your functions
DOCKER_API_VERSION: "1.30"
basic_auth: "false"
deploy:
placement:
constraints:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ services:
gateway:
ports:
- 8080:8080
image: openfaas/gateway:0.9.2
image: openfaas/gateway:0.9.5
networks:
- functions
environment:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
faas-swarm:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
image: openfaas/faas-swarm:0.4.2
image: openfaas/faas-swarm:0.4.3
networks:
- functions
environment:
Expand Down

0 comments on commit 4476a65

Please sign in to comment.