浏览代码

Use version 1.2.1

Girish Ramakrishnan 8 年之前
父节点
当前提交
1b5229c315
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      DESCRIPTION.md
  2. 1 1
      Dockerfile

+ 1 - 1
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app contains NodeBB Version 1.2.0
+This app contains NodeBB Version 1.2.1
 
 ### Overview
 

+ 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.0.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.2.1.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