Skip to content

Commit

Permalink
Merge pull request #16 from docker/3.2.2_04272021
Browse files Browse the repository at this point in the history
bump SP ver
  • Loading branch information
pcaskey authored Apr 27, 2021
2 parents c2bd1cc + ff08943 commit 5c68258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:centos7
# Define args and set a default value
ARG maintainer=tier
ARG imagename=shibboleth_sp
ARG version=3.2.1
ARG TIERVERSION=20210317
ARG version=3.2.2
ARG TIERVERSION=20210427

MAINTAINER $maintainer
LABEL Vendor="Internet2"
Expand Down
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maintainer="tier"
imagename="shibboleth_sp"
version="3.2.1"
version="3.2.2"

0 comments on commit 5c68258

Please sign in to comment.