From 9563e2b847dbf09d22c3641ddc0bb3c7a05490c9 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 27 Jul 2021 21:15:05 -0600 Subject: [PATCH] chore(dockerfile): update email addresses --- build/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 805ef9f..2d4f327 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -45,10 +45,10 @@ HEALTHCHECK \ CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1 # standardized labels -MAINTAINER Asif Bacchus -LABEL maintainer="Asif Bacchus " +MAINTAINER Asif Bacchus +LABEL maintainer="Asif Bacchus " LABEL dev.asifbacchus.docker.internalName="ab-nginx" -LABEL org.opencontainers.image.author="Asif Bacchus " +LABEL org.opencontainers.image.author="Asif Bacchus " LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/ab-nginx" LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/ab-nginx/wiki" LABEL org.opencontainers.image.source="https://git.asifbacchus.dev/ab-docker/ab-nginx.git"