upgrade to wiki 0.27.0

This commit is contained in:
Eric Dobbs 2021-11-23 20:55:33 -07:00
parent fb79fe0dc8
commit e59495665c
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.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"