From a4cebd521664be93d70587cac0bd5fa80574c513 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 25 Jul 2021 15:39:36 -0600 Subject: [PATCH] fix(dockerfile): remove quotes in maintainer tag --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 375e5e3..94a761d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -43,7 +43,7 @@ HEALTHCHECK \ CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1 # standardized labels -MAINTAINER "Asif Bacchus " +MAINTAINER Asif Bacchus LABEL maintainer="Asif Bacchus " LABEL org.opencontainers.image.author="Asif Bacchus " LABEL org.opencontainers.image.url="https://git.asifbacchus.app/ab-docker/ab-nginx"