From a1941b24bf5eb9d29a78e0e36ad4d1afcc2572f9 Mon Sep 17 00:00:00 2001 From: jguer Date: Thu, 19 Aug 2021 16:53:48 +0200 Subject: [PATCH] chore(docker): remove label --- ci.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci.Dockerfile b/ci.Dockerfile index 1ed5cc8..642a2b9 100644 --- a/ci.Dockerfile +++ b/ci.Dockerfile @@ -1,5 +1,4 @@ FROM lopsided/archlinux:latest -LABEL maintainer="Jguer,joaogg3 at google mail" ENV GO111MODULE=on WORKDIR /app