فهرست منبع

Update NodeBB to 1.10.1

Girish Ramakrishnan 6 سال پیش
والد
کامیت
a0b2a76fe7
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.10.0.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.10.1.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