From 5fab50797c2bd03945b348d2f66be20e08fe7177 Mon Sep 17 00:00:00 2001
From: Matthias Baldi <matthias.baldi@secanis.ch>
Date: Sat, 28 Jul 2018 14:26:14 +0200
Subject: [PATCH] fix: improve Docker labels

---
 Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index ad0db65..82db61e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,11 @@
 FROM node:alpine
-LABEL maintainer=matthias.baldi@secanis.ch \
-      ch.secanis.tool=stjorna \
-      ch.secanis.version=
 
 ARG VERSION
 
+LABEL maintainer=support@secanis.ch \
+      ch.secanis.tool=stjorna \
+      ch.secanis.version=$VERSION
+
 WORKDIR app
 ENV NODE_ENV production