From ad32c3a189ceee99607406bd58db117254c2d017 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 3 Feb 2017 20:40:18 -0600 Subject: [PATCH] fix maintainer --- Dockerfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc9887f..f24adf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM bigfleet/shibboleth_idp:autoexec -ARG maintainer=tier +ARG maintainer=my ARG imagename=shibboleth_idp ARG version=3.3.0 ENV VERSION=$version diff --git a/common.bash b/common.bash index c810266..043d470 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ -maintainer="tier" +maintainer="my" imagename="shibboleth_idp" version="3.3.0" \ No newline at end of file