Repository: incubator-guacamole-server Updated Branches: refs/heads/master 039a1c52e -> 114f5b23e
GUACAMOLE-251: Remove MAINTAINER instruction from Dockerfile. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/8cc9a47e Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/8cc9a47e Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/8cc9a47e Branch: refs/heads/master Commit: 8cc9a47e5cac7cd0a30ce3ed268e9cc22fa7b9bc Parents: 039a1c5 Author: Michael Jumper <[email protected]> Authored: Sat Mar 25 19:59:50 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Sat Mar 25 19:59:50 2017 -0700 ---------------------------------------------------------------------- Dockerfile | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/8cc9a47e/Dockerfile ---------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index adbccd3..bbcd254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ # Start from CentOS base image FROM centos:centos7 -MAINTAINER Michael Jumper <[email protected]> # Environment variables ENV \
