diff --git a/Dockerfile b/Dockerfile index daf4c11..6834f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN adduser -D -h /home/app app \ jq \ git WORKDIR /home/app -ARG WIKI_PACKAGE=wiki@0.17.0 +ARG WIKI_PACKAGE=wiki@0.19.0 RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su app -c "mkdir .wiki" COPY configure-wiki set-owner-name ./