diff --git a/context/Dockerfile b/context/Dockerfile index 4410030..499376d 100644 --- a/context/Dockerfile +++ b/context/Dockerfile @@ -2,10 +2,10 @@ # docker-smw-crc1153 # ###################################### -ARG OPENRESEARCH_STACK=1.39.7-001 +ARG OPENRESEARCH_STACK=1.39.7-002 FROM ghcr.io/tibhannover/openresearch-stack:${OPENRESEARCH_STACK} -RUN get-github-extension.sh KnowledgeGraph 55874d64946f34ae6acbc6864d1ed8ad293a188d SemanticMediaWiki/KnowledgeGraph +RUN get-github-extension.sh KnowledgeGraph 7d9133396e12e7a089a171e33305bc0b6931d7df SemanticMediaWiki/KnowledgeGraph USER root @@ -36,6 +36,6 @@ ENV WIKI_PORT=8080 ###################################### # set smw-crc1153 version # ###################################### -ARG SMW-CRC1153_VERSION=2.0.0-alpha3 +ARG SMW-CRC1153_VERSION=2.0.0-alpha5 RUN echo $SMW-CRC1153_VERSION > smw-crc1153-version.txt && \ echo "\$wgSmwCrc1153Version = '$SMW-CRC1153_VERSION';" >> LocalSettings.Include.php diff --git a/context/LocalSettings.SMW1153/LocalSettings.Extensions.php b/context/LocalSettings.SMW1153/LocalSettings.Extensions.php index 4d05f6a..7a6a7f0 100644 --- a/context/LocalSettings.SMW1153/LocalSettings.Extensions.php +++ b/context/LocalSettings.SMW1153/LocalSettings.Extensions.php @@ -1,5 +1,5 @@