Upgrade to wiki 0.20.0

This commit is contained in:
Eric Dobbs 2019-11-29 15:52:49 -07:00
parent 5c326ed1ae
commit 1eb8c99d2c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apk add --update --no-cache \
git \
jq
WORKDIR "/home/node"
ARG WIKI_PACKAGE=wiki@0.19.0
ARG WIKI_PACKAGE=wiki@0.20.0
RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE"
RUN su node -c "mkdir -p .wiki"
VOLUME "/home/node/.wiki"