upgrade to wiki 0.12.2

includes update to client and several plugins:
calendar, markdown, and html
This commit is contained in:
Eric Dobbs
2017-11-06 18:00:57 -07:00
parent ef34fdc759
commit 86548c594a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ RUN useradd --create-home app \
jq \
git
WORKDIR /home/app
ARG WIKI_PACKAGE=wiki@0.12.1
ARG WIKI_PACKAGE=wiki@0.12.2
RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su app -c "mkdir .wiki"
COPY configure-and-launch-wiki set-owner-name ./