From 782f772dc3df23ba1b0685a7af9f1d69984f33f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <c@elo.tf> Date: Fri, 14 Jan 2022 19:17:34 +0100 Subject: [PATCH] build (docker): improve description --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2024c2ce3..3071a5317 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -39,7 +39,7 @@ FROM alpine LABEL maintainer="Gilles Filippini <gilles.filippini@pini.fr>" LABEL version="0.0.0" -LABEL description="POC for a Substrate based Libre Currency implementation (https://libre-currency.org/)" +LABEL description="Crypto-currency software (based on Substrate framework) to operate Äž1 libre currency" # Dependancies RUN apk update && \ -- GitLab