Fix issue with nats version

Fixes: #1487

Regression introduced by 690da5ed5

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2020-03-19 19:34:03 +00:00
parent d492a8d138
commit 46b106878d
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ services:
- 'node.platform.os == linux'
queue-worker:
image: openfaas/queue-worker:0.8.5-arm64
image: openfaas/queue-worker:0.9.0-arm64
networks:
- functions
environment:

View File

@ -122,7 +122,7 @@ services:
- 'node.platform.os == linux'
queue-worker:
image: openfaas/queue-worker:0.8.5-armhf
image: openfaas/queue-worker:0.9.0-armhf
networks:
- functions
environment:

View File

@ -122,7 +122,7 @@ services:
- "node.platform.os == linux"
queue-worker:
image: openfaas/queue-worker:0.8.5
image: openfaas/queue-worker:0.9.0
networks:
- functions
environment: