Upgrade to wiki 0.21.0

This commit is contained in:
Eric Dobbs 2020-02-06 08:56:49 -07:00
parent f67be8dbb8
commit 82dacc05d9

View File

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