Update wiki to 0.16.2

This commit is contained in:
Eric Dobbs 2019-03-11 08:00:53 -06:00
parent 356afda8a7
commit 76280f3e7b

View File

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