Parcourir la source

Update to nodebb 1.5.1

Johannes Zellner il y a 7 ans
Parent
commit
f6ba6e097c
4 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 2 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 2
      DESCRIPTION.md
  4. 1 1
      Dockerfile

+ 2 - 0
CHANGELOG

@@ -41,3 +41,5 @@
 [0.5.0]
 * Update to NodeBB 1.5.0
 
+[0.5.1]
+* Update to NodeBB 1.5.1

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "NodeBB Team",
   "description": "file://DESCRIPTION.md",
   "tagline": "Next generation forum software",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "healthCheckPath": "/",
   "httpPort": 4567,
   "addons": {

+ 1 - 2
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app contains NodeBB Version 1.5.0
+This app contains NodeBB Version <upstream>1.5.1</upstream>
 
 ### Overview
 
@@ -16,4 +16,3 @@ to maximize your outreach and establish close relationships with your users.
 * Social Integration
 * Real-time streaming
 * Analytics
-

+ 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.5.0.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L https://github.com/NodeBB/NodeBB/archive/v1.5.1.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