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"