From 8ed1c5bc027d1801e39137992cdfa8c2c7d55869 Mon Sep 17 00:00:00 2001 From: alexander-gesinn Date: Wed, 11 Sep 2024 09:46:43 +0200 Subject: [PATCH] deps: OR 1.39.7-002, KG latest --- context/Dockerfile | 6 +++--- context/LocalSettings.SMW1153/LocalSettings.Extensions.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@