Skip to content

Commit 8017893

Browse files
author
Jj!
authored
Merge pull request #12 from kwessel/feature/simplesamlphp-1.19.5
update to simpleSAMLphp 1.19.6
2 parents e3ce1e7 + baabfea commit 8017893

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
@@ -1,7 +1,7 @@
11
FROM rockylinux/rockylinux:8.4 as download_ssp
22

3-
ARG SIMPLE_SAML_PHP_VERSION=1.19.3
4-
ARG SIMPLE_SAML_PHP_HASH=02b49c929e78032bef28cd4d4a7104b58a8dcaaed7f1f52f9c37313ee15ba293
3+
ARG SIMPLE_SAML_PHP_VERSION=1.19.6
4+
ARG SIMPLE_SAML_PHP_HASH=834bb4a89d63d7498e77cceb49e01b919d1c0a6a3d38a992f905810dad424b7c
55

66
RUN dnf install -y wget \
77
&& ssp_version=$SIMPLE_SAML_PHP_VERSION; \

0 commit comments

Comments
 (0)