upgrade to wiki 0.37.0

This commit is contained in:
Eric Dobbs
2024-08-25 12:14:31 -06:00
parent 1aa19414ef
commit 429f5d20c7
3 changed files with 25 additions and 42 deletions

View File

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