push to version 2.2.51

This commit is contained in:
Sebastian Hugentobler 2020-04-05 12:11:56 +02:00
parent 253f38489a
commit c9ed95c3a8
2 changed files with 4 additions and 5 deletions

View file

@ -12,13 +12,12 @@ RUN apk add --no-cache \
RUN npm config set unsafe-perm true
RUN npm install -g webpack webpack-cli
ENV WIKIJS_VERSION=2.0.12
ENV WIKIJS_VERSION=2.2.51
RUN git clone https://github.com/Requarks/wiki.git -b $WIKIJS_VERSION /build
ADD nextcloud-auth.patch /build/nextcloud-auth.patch
WORKDIR /build
#RUN git checkout $WIKIJS_VERSION
RUN git apply nextcloud-auth.patch
RUN npm install
RUN make build