We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb43568 commit 41031aaCopy full SHA for 41031aa
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Ian Blenke <ian@blenke.com>
3
4
env VERSION 1.13.2
5
6
-RUN curl https://simplesamlphp.org/res/downloads/simplesamlphp-$VERSION.tar.gz | tar xvzf - --strip-components 1 -C /var/www/html
+RUN curl https://github.com/simplesamlphp/simplesamlphp/releases/download/v$VERSION/simplesamlphp-$VERSION.tar.gz | tar xvzf - --strip-components 1 -C /var/www/html
7
8
WORKDIR /var/www/html
9
0 commit comments