Skip to content

Commit 41031aa

Browse files
authored
Fix broken download url in Dockerfile
SimpleSAML have moved their download releases archive to github.
1 parent bb43568 commit 41031aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Ian Blenke <ian@blenke.com>
33

44
env VERSION 1.13.2
55

6-
RUN curl https://simplesamlphp.org/res/downloads/simplesamlphp-$VERSION.tar.gz | tar xvzf - --strip-components 1 -C /var/www/html
6+
RUN curl https://github.com/simplesamlphp/simplesamlphp/releases/download/v$VERSION/simplesamlphp-$VERSION.tar.gz | tar xvzf - --strip-components 1 -C /var/www/html
77

88
WORKDIR /var/www/html
99

0 commit comments

Comments
 (0)