Browse Source

Update nodebb to 1.7.1

Girish Ramakrishnan 7 years ago
parent
commit
5475534eb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app/code
 
 ENV PATH /usr/local/node-6.9.5/bin:$PATH
 
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.7.0.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.7.1.tar.gz | tar -xz --strip-components 1 -f -
 ADD config.json.template /app/code
 RUN cp /app/code/package.default.json /app/code/package.json
 RUN npm install --production