upgrade to wiki 0.27.0

This commit is contained in:
Eric Dobbs
2021-11-23 20:55:33 -07:00
parent fb79fe0dc8
commit 10d490d4a5

View File

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