From 3958f7afec094e834f87cb44a23bbf02412bf803 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 28 Mar 2024 15:02:27 +0100 Subject: [PATCH] push to 2.5.301 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1d48018..44ad183 100644 --- a/Containerfile +++ b/Containerfile @@ -21,7 +21,7 @@ RUN npm install -g \ webpack-cli \ node-gyp -ENV WIKIJS_VERSION=v2.5.300 +ENV WIKIJS_VERSION=v2.5.301 RUN git clone https://github.com/Requarks/wiki.git -b $WIKIJS_VERSION /build