We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeceaa commit ed927d8Copy full SHA for ed927d8
context/Dockerfile
@@ -30,6 +30,6 @@ ENV WIKI_PORT=8080
30
######################################
31
# set confident version #
32
33
-ARG CONFIDENT_VERSION=1.9.12
+ARG CONFIDENT_VERSION=1.9.11
34
RUN echo $CONFIDENT_VERSION > confident-version.txt && \
35
echo "\$wgConfidentVersion = '$CONFIDENT_VERSION';" >> LocalSettings.Include.php
0 commit comments