From 6512a9d91a1b6225fd18bd7e22f8b4e5d6807ed1 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sun, 12 May 2024 15:29:27 -0600 Subject: [PATCH] upgrade to wiki 0.36.1 --- Dockerfile | 2 +- WIKI_VERSIONS.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd792de..34f91be 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.36.0 +ARG WIKI_PACKAGE=wiki@0.36.1 RUN su node -c "npm install -g --prefix . $WIKI_PACKAGE" RUN su node -c "mkdir -p .wiki" VOLUME "/home/node/.wiki" diff --git a/WIKI_VERSIONS.txt b/WIKI_VERSIONS.txt index cbd48f6..0127721 100644 --- a/WIKI_VERSIONS.txt +++ b/WIKI_VERSIONS.txt @@ -1,10 +1,10 @@ -wiki: 0.36.0 +wiki: 0.36.1 wiki-server: 0.24.3 wiki-client: 0.29.2 wiki-security-friends: 0.2.5 wiki-security-passportjs: 0.9.0 wiki-plugin-activity: 0.6.0 -wiki-plugin-assets: 0.5.0 +wiki-plugin-assets: 0.5.1 wiki-plugin-audio: 0.2.0 wiki-plugin-bars: 0.4.0 wiki-plugin-calculator: 0.5.0