From ee7cbaa3604cb49c85b21ea98d0b169cc50e4d88 Mon Sep 17 00:00:00 2001 From: Lucas Roesler Date: Tue, 29 Jan 2019 11:10:07 +0100 Subject: [PATCH] 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 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 206e46c8..2847ff11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.9.14 + image: openfaas/gateway:0.10.2 networks: - functions environment: