Skip to content

Commit 15bcaf6

Browse files
author
John Gasper
committed
bumping to 1.17.2
1 parent f736bfa commit 15bcaf6

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.1; \
13-
ssp_hash=d1a6e415828e8c257f9808a5b70d5f738f95af2633cdbae5cf8629571d33a803; \
12+
RUN ssp_version=1.17.2; \
13+
ssp_hash=0e2fd641e8cba2966437fb64591e28a73fb90bae3bc97949c60a47a5b8c1e80e; \
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)