Bump gateway to newest image

Bumping gateway of arm armhf and x86-64 images
to 0.18.11

Signed-off-by: Martin Dekov <mvdekov@gmail.com>
This commit is contained in:
Martin Dekov 2020-03-05 21:35:03 +02:00 committed by Alex Ellis
parent 11f29ea8e3
commit f9711c6436
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.18.10-arm64 image: openfaas/gateway:0.18.11-arm64
networks: networks:
- functions - functions
environment: environment:

View File

@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.18.10-armhf image: openfaas/gateway:0.18.11-armhf
networks: networks:
- functions - functions
environment: environment:

View File

@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.18.10 image: openfaas/gateway:0.18.11
networks: networks:
- functions - functions
environment: environment: