From 208c841c066db7d31572afdbdf6dcdc6b7985583 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 16 Sep 2020 09:24:11 +0800 Subject: [PATCH] Fixed LABEL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c1dba6..86ade12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base on latest (edge) alpine image FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 -LABEL "Maintainer Jonathan Ervine " +LABEL Maintainer="Jonathan Ervine " # Install updates ENV LANG='en_US.UTF-8' \