Skip to content

Commit

Permalink
Upgraded to NodeBB 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsramsperger committed Nov 26, 2020
1 parent 012eeaf commit d497ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk add --no-cache redis git sed \
&& cd /opt \
&& git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb \
&& cd nodebb \
&& git checkout -b v1.15.2 v1.15.2 \
&& git checkout -b v1.15.3 v1.15.3 \
&& cp install/package.json package.json \
&& npm install --production \
&& sed -i '1 idaemonize yes' /etc/redis.conf \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Not the fastest but the least chance for data loss on unexpected shutdowns.

### Tags
* `latest`
* `v1.15.3`
* `v1.15.2`
* `v1.15.1`
* `v1.14.3`
Expand Down

0 comments on commit d497ad6

Please sign in to comment.