소스 검색

Update NodeBB to 1.9.3

Girish Ramakrishnan 7 년 전
부모
커밋
670e5336e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.9.2.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.9.3.tar.gz | tar -xz --strip-components 1 -f -
 ADD config.json.template /app/code
 RUN cp /app/code/install/package.json /app/code/package.json
 RUN npm install --production