diff --git a/Dockerfile b/Dockerfile index f4fe12e..7bc766f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"