ソースを参照

Use latest nodebb

Girish Ramakrishnan 8 年 前
コミット
a4187c268a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ENV PATH /usr/local/node-4.2.1/bin:$PATH
 
 RUN mkdir -p /app/code
 WORKDIR /app/code
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.0.3.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.1.0.tar.gz | tar -xz --strip-components 1 -f -
 RUN npm install --production
 
 # these links will become valid after setup is run