Permalink
Browse files
incorporate Shibb 3.3.1 into the build
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
Dockerfile
-
+1
−1
common.bash
|
@@ -2,7 +2,7 @@ FROM bigfleet/shibboleth_idp:autoexec |
|
|
|
|
|
ARG maintainer=my |
|
|
ARG imagename=shibboleth_idp |
|
|
ARG version=3.3.0 |
|
|
ARG version=3.3.1 |
|
|
ENV VERSION=$version |
|
|
ENV JAVA_OPTS=-Xmx1500m -XX:MaxPermSize=128m |
|
|
|
|
|
|
|
@@ -1,3 +1,3 @@ |
|
|
maintainer="my" |
|
|
imagename="shibboleth_idp" |
|
|
version="3.3.0"
|
|
|
version="3.3.1"
|