From a033f05d11678c81af4ea9ab6745d55df203aeaf Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 11:43:22 +0800 Subject: [PATCH] Fixed label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e7f65b..79f1d4d 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.1 -LABEL "MAINTAINER Jonathan Ervine " +LABEL MAINTAINER="Jonathan Ervine " # Install updates ENV LANG='en_US.UTF-8' \