Bump wiki to version 0.19.0

This commit is contained in:
Eric Dobbs 2019-08-14 12:07:10 -04:00
parent f85afce8c8
commit 5e6f732fed

View File

@ -6,7 +6,7 @@ RUN adduser -D -h /home/app app \
jq \
git
WORKDIR /home/app
ARG WIKI_PACKAGE=wiki@0.17.0
ARG WIKI_PACKAGE=wiki@0.19.0
RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su app -c "mkdir .wiki"
COPY configure-wiki set-owner-name ./