We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8aeac commit 046d91cCopy full SHA for 046d91c
docker/Dockerfile
@@ -1,6 +1,5 @@
1
ARG SSP_VERSION="v2.5.0"
2
-#FROM cirrusid/simplesamlphp:${SSP_VERSION}
3
-FROM cicnavi/simplesamlphp:${SSP_VERSION}
+FROM cirrusid/simplesamlphp:${SSP_VERSION}
4
5
RUN apt-get update && apt-get --no-install-recommends install -y sqlite3
6
# Prepopulate the DB with items needed for testing
0 commit comments