Fixed LABEL

This commit is contained in:
jenkins-x-bot 2020-09-11 21:05:09 +08:00
parent a003abfe52
commit 98dc0355a5

View File

@ -1,6 +1,6 @@
# Base on latest (edge) alpine image # Base on latest (edge) alpine image
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
LABEL "Maintainer Jonathan Ervine <docker@ervine.org>" LABEL MAINTAINER="Jonathan Ervine <docker@ervine.org>"
# Install updates # Install updates
ENV LANG='en_US.UTF-8' \ ENV LANG='en_US.UTF-8' \