upgrade to wiki 0.25.0

This commit is contained in:
Eric Dobbs 2021-10-09 17:52:13 -06:00
parent bd2619a14b
commit fb79fe0dc8

View File

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