From 76280f3e7bc5a066dada81d07d495aae3f8d85ef Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Mon, 11 Mar 2019 08:00:53 -0600 Subject: [PATCH] Update wiki to 0.16.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16fcfc4..5d80b02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN useradd --create-home app \ jq \ git WORKDIR /home/app -ARG WIKI_PACKAGE=wiki@0.15.0 +ARG WIKI_PACKAGE=wiki@0.16.2 RUN su app -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su app -c "mkdir .wiki" COPY configure-wiki set-owner-name ./