Bump gateway version to 0.10.2 in compose

**What**
- Bumps the gateway version to 0.10.2 in the default docker-compose file

**Why**
- Finishes the work started in #1049 to enable basic auth for the alert
endpoint, this will allow the deployment via compose to leverage the
basic auth

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
This commit is contained in:
Lucas Roesler 2019-01-29 11:10:07 +01:00 committed by Alex Ellis
parent 9ba1636719
commit ee7cbaa360

View File

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