upgrade to wiki 0.31.0

This commit is contained in:
Eric Dobbs 2023-08-22 06:53:52 -06:00
parent a427cb02a5
commit 487cfde0e3

View File

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