From 3a3f5ac9905c70a62f282cd201d09f2500a27008 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 26 Sep 2023 18:11:25 +0200 Subject: [PATCH] push to 2.5.300 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d06c60..e293e6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN npm install -g \ webpack-cli \ node-gyp -ENV WIKIJS_VERSION=v2.5.299 +ENV WIKIJS_VERSION=v2.5.300 RUN git clone https://github.com/Requarks/wiki.git -b $WIKIJS_VERSION /build