瀏覽代碼

use nodebb 1.2.0

Girish Ramakrishnan 8 年之前
父節點
當前提交
11628e04f8
共有 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.1.2.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.2.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