From b18433c6e7b2fa0dd2788b002015a5cc9e62f0b1 Mon Sep 17 00:00:00 2001 From: "Ivana Yovcheva (VMware)" Date: Thu, 9 Aug 2018 18:05:15 +0300 Subject: [PATCH] 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: Ivana Yovcheva (VMware) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 38137f79..8f879c0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: