Skip to content
Snippets Groups Projects
Commit b18433c6 authored by Ivana Yovcheva (VMware)'s avatar Ivana Yovcheva (VMware) Committed by Alex Ellis
Browse files

Bump up faas-swarm to 0.4.1


This updates faas-swarm version including a fix for annotations.
In version 0.4.0 the prefix was not removed from the annotation
key, which was causing errors trying to get the value

Signed-off-by: default avatarIvana Yovcheva (VMware) <iyovcheva@vmware.com>
parent 51439177
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
# ports:
# - 8081:8080
image: openfaas/faas-swarm:0.4.0
image: openfaas/faas-swarm:0.4.1
networks:
- functions
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment