From 5157e68479c6aa0642193ec96ff5da0af6ba9862 Mon Sep 17 00:00:00 2001
From: Rishabh Gupta <r.g.gupta@outlook.com>
Date: Mon, 21 Jan 2019 00:08:00 +0530
Subject: [PATCH] Updated armhf images

Signed-off-by: Rishabh Gupta<r.g.gupta@outlook.com>
---
 docker-compose.armhf.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-compose.armhf.yml b/docker-compose.armhf.yml
index bb6818c0..fafea440 100644
--- a/docker-compose.armhf.yml
+++ b/docker-compose.armhf.yml
@@ -3,7 +3,7 @@ services:
     gateway:
         ports:
             - 8080:8080
-        image: openfaas/gateway:0.9.10-armhf
+        image: openfaas/gateway:0.9.14-armhf
         networks:
             - functions
         environment:
@@ -39,7 +39,7 @@ services:
 
     # Docker Swarm provider
     faas-swarm:
-        image:  openfaas/faas-swarm:0.5.0-armhf
+        image:  openfaas/faas-swarm:0.6.1-armhf
         volumes:
             - "/var/run/docker.sock:/var/run/docker.sock"
         networks:
@@ -91,7 +91,7 @@ services:
                     - 'node.platform.os == linux'
 
     queue-worker:
-        image: openfaas/queue-worker:0.5.3-armhf
+        image: openfaas/queue-worker:0.5.7-armhf
         networks:
             - functions
         environment:
-- 
GitLab