fix(dockerfile): remove quotes in maintainer tag

This commit is contained in:
Asif Bacchus 2021-07-25 15:39:36 -06:00
parent f6efb86f2a
commit a4cebd5216
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ HEALTHCHECK \
CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1
# standardized labels
MAINTAINER "Asif Bacchus <asif@bacchus.cloud>"
MAINTAINER Asif Bacchus <asif@bacchus.cloud>
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
LABEL org.opencontainers.image.author="Asif Bacchus <asif@bacchus.cloud>"
LABEL org.opencontainers.image.url="https://git.asifbacchus.app/ab-docker/ab-nginx"