From 8ce54d5e78c78b0a0059a80e66d3cfd4bd07cfdd Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 1 Dec 2017 19:19:30 +0100 Subject: [PATCH] [nginx-php] update maintainer --- nginx-php/7.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-php/7.1/Dockerfile b/nginx-php/7.1/Dockerfile index 8d7591e..cf03074 100644 --- a/nginx-php/7.1/Dockerfile +++ b/nginx-php/7.1/Dockerfile @@ -7,7 +7,7 @@ ARG PHP_VER=7.1.11 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \ - maintainer="Wonderfall " \ + maintainer="hoellen info@hoellen.eu" \ php_version="PHP v$PHP_VER built from source" \ nginx_version="nginx v$NGINX_VER built from source"