Skip to content

Commit 83cb197

Browse files
author
John Gasper
committed
bumping to 1.17.0
1 parent 8f98415 commit 83cb197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN yum -y install epel-release \
99
&& yum -y install httpd mod_ssl php php-ldap php-mbstring php-memcache php-mcrypt php-pdo php-pear php-xml wget \
1010
&& yum -y clean all
1111

12-
RUN ssp_version=1.16.3; \
13-
ssp_hash=265787d2e69b77dacc7f30689c4cfbb955ce4827f6d755b061d0d22a580af927; \
12+
RUN ssp_version=1.17.0; \
13+
ssp_hash=df000f5f9676209bfa65ef86c4b12c701ce6961ac0ebedfb2bc2acf910db7611; \
1414
wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v$ssp_version/simplesamlphp-$ssp_version.tar.gz \
1515
&& echo "$ssp_hash simplesamlphp-$ssp_version.tar.gz" | sha256sum -c - \
1616
&& cd /var \

0 commit comments

Comments
 (0)