Fixed label

This commit is contained in:
Jonathan Ervine 2020-10-21 23:44:22 +08:00
parent 8482c7af33
commit 6b7507eb71

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