From 2583e49cc5bccfdefd7e919a436387d5948c2c25 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Tue, 2 May 2023 08:24:55 -0600 Subject: [PATCH] 1.0.16 upgrade to wiki 0.29.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eba7c4..2c698d2 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.28.0 +ARG WIKI_PACKAGE=wiki@0.29.0 RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su node -c "mkdir -p .wiki" VOLUME "/home/node/.wiki"