upgrade to wiki 0.35.1

This commit is contained in:
Eric Dobbs
2024-03-09 09:07:50 -07:00
parent 3270aac81d
commit a5080d3534
2 changed files with 4 additions and 4 deletions

View File

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