From 8d7d0e511991feefa242bb67c930254a274cb176 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sun, 28 Feb 2021 09:10:10 -0700 Subject: [PATCH] upgrade to wiki@0.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f15793b..0f84ba4 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.22 +ARG WIKI_PACKAGE=wiki@0.23 RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su node -c "mkdir -p .wiki" VOLUME "/home/node/.wiki"