From 93ddde4112780b5047ef6d0f0638404b1872575f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 27 Feb 2019 12:58:09 +0100 Subject: [PATCH] :shirt: Removed a lorem ipsum leftover --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 186762f..6eee144 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -41,12 +41,12 @@ ARG BUILD_VERSION # Labels LABEL \ io.hass.name="Glances" \ - io.hass.description="Lorem ipsum" \ + io.hass.description="A cross-platform system monitoring tool" \ io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="Franck Nijhof " \ - org.label-schema.description="Lorem ipsum" \ + org.label-schema.description="A cross-platform system monitoring tool" \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Glances" \ org.label-schema.schema-version="1.0" \