Skip to content

Commit 97db4db

Browse files
committed
Merge branch 'wip-version-7' into wip-version-7-dbal
2 parents ec5b6a8 + 143cc5d commit 97db4db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
strategy:
212212
fail-fast: false
213213
matrix:
214-
ssp-version: ["v2.3.7", "v2.4.2"]
214+
ssp-version: ["v2.3.7", "v2.4.4"]
215215
env:
216216
SUITE_BASE_URL: https://localhost.emobix.co.uk:8443
217217
VERSION: release-v5.1.35

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SSP_VERSION="v2.4.2"
1+
ARG SSP_VERSION="v2.4.4"
22
FROM cirrusid/simplesamlphp:${SSP_VERSION}
33
#FROM cicnavi/simplesamlphp:${SSP_VERSION}
44

docs/4-oidc-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker run --name ssp-oidc-dev \
2525
--mount type=bind,source="$(pwd)/docker/ssp/oidc_module.crt",target=/var/simplesamlphp/cert/oidc_module.crt,readonly \
2626
--mount type=bind,source="$(pwd)/docker/ssp/oidc_module.key",target=/var/simplesamlphp/cert/oidc_module.key,readonly \
2727
--mount type=bind,source="$(pwd)/docker/apache-override.cf",target=/etc/apache2/sites-enabled/ssp-override.cf,readonly \
28-
-p 443:443 cirrusid/simplesamlphp:v2.3.5
28+
-p 443:443 cirrusid/simplesamlphp:v2.4.4
2929
```
3030

3131
Then visit:

0 commit comments

Comments
 (0)