Skip to content

Commit

Permalink
deps: OR 1.39.7-002, KG latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Sep 11, 2024
1 parent e8a9b37 commit 8ed1c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion context/LocalSettings.SMW1153/LocalSettings.Extensions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

## -------- KnowledgeGraph --------
#wfLoadExtension( 'KnowledgeGraph' );
wfLoadExtension( 'KnowledgeGraph' );
## ======== KnowledgeGraph ========

0 comments on commit 8ed1c5b

Please sign in to comment.