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