From ab4284d3427a83021fb29507ac377b8ece3e72c8 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Mon, 25 Oct 2021 13:06:43 +0200 Subject: [PATCH] [Misc] Remove my name and email now that the module is in the XWiki GitHub Organization and this maintained by the XWiki Committers --- template/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Dockerfile b/template/Dockerfile index b65a19f..18e70a6 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -26,7 +26,7 @@ FROM tomcat:9 # _/ /'`\\ \\_ \\ /\\ / | | | |`\\ \\ | | # |____||____| \\/ \\/ [___][__| \\_][___] -MAINTAINER Vincent Massol <vincent@massol.net> +MAINTAINER XWiki Committers # Note: when using docker-compose, the ENV values below are overridden from the .env file. -- GitLab