Skip to content

Commit f736bfa

Browse files
author
John Gasper
committed
bumping to 1.17.1
1 parent 83cb197 commit f736bfa

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.17.0; \
13-
ssp_hash=df000f5f9676209bfa65ef86c4b12c701ce6961ac0ebedfb2bc2acf910db7611; \
12+
RUN ssp_version=1.17.1; \
13+
ssp_hash=d1a6e415828e8c257f9808a5b70d5f738f95af2633cdbae5cf8629571d33a803; \
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)