Skip to content

Commit f711d40

Browse files
ivanayovalexellis
authored andcommitted
Edit queue-worker image with openfaas ns
After editing queue-worker to push do openfaas/ ns instead of functions/ this chage is required to match the image name. Set to latest version 0.4.8 Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
1 parent 2d9dc97 commit f711d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
- 'node.platform.os == linux'
8787

8888
queue-worker:
89-
image: functions/queue-worker:0.4.6
89+
image: openfaas/queue-worker:0.4.8
9090
networks:
9191
- functions
9292
environment:

0 commit comments

Comments
 (0)