From d51547dab48491b02fd014efe810de67d336fc77 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Nov 2022 11:03:11 +0100 Subject: [PATCH] use wikijs v2.5.291 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0f5c7d..6d69d48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN npm install -g \ webpack-cli \ node-gyp -ENV WIKIJS_VERSION=v2.5.285 +ENV WIKIJS_VERSION=v2.5.291 RUN git clone https://github.com/Requarks/wiki.git -b $WIKIJS_VERSION /build