From 82dacc05d9e1301f73a6c8110d4a4a79f0c1bcbe Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Thu, 6 Feb 2020 08:56:49 -0700 Subject: [PATCH] Upgrade to wiki 0.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e490655..c7c29b7 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.20.0 +ARG WIKI_PACKAGE=wiki@0.21.0 RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su node -c "mkdir -p .wiki" VOLUME "/home/node/.wiki"