Преглед на файлове

Update to 1.4.0

This bump is required because all other versions suffer from the csrf
login issue - https://github.com/NodeBB/NodeBB/issues/5241
Girish Ramakrishnan преди 8 години
родител
ревизия
605698f30d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ENV PATH /usr/local/node-4.2.6/bin:$PATH
 
 RUN mkdir -p /app/code
 WORKDIR /app/code
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.2.1.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.4.0.tar.gz | tar -xz --strip-components 1 -f -
 ADD config.json.template /app/code
 RUN npm install --production
 RUN npm install nodebb-plugin-emailer-local-bobo