Ver Fonte

Udpate to nodebb 1.4.3

Johannes Zellner há 8 anos atrás
pai
commit
448a25efa9
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      DESCRIPTION.md
  2. 1 1
      Dockerfile

+ 1 - 1
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app contains NodeBB Version 1.4.0
+This app contains NodeBB Version 1.4.3
 
 ### Overview
 

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app/code
 
 ENV PATH /usr/local/node-4.7.3/bin:$PATH
 
-RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.4.0.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.4.3.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