diff --git a/docker-compose.yml b/docker-compose.yml index 95b94e14..c4ca4a5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.18.2 + image: openfaas/gateway:0.18.4 networks: - functions environment: @@ -43,7 +43,7 @@ services: # auth service provide basic-auth plugin for system APIs basic-auth-plugin: - image: openfaas/basic-auth-plugin:0.18.2 + image: openfaas/basic-auth-plugin:0.18.4 networks: - functions environment: @@ -122,7 +122,7 @@ services: - "node.platform.os == linux" queue-worker: - image: openfaas/queue-worker:0.8.1 + image: openfaas/queue-worker:0.8.4 networks: - functions environment: