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' \