Skip to content

Commit

Permalink
Updated NodeBB to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsramsperger committed Jan 7, 2021
1 parent d63e94f commit 148cd32
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.16.0 v1.16.0 \
&& git checkout -b v1.16.1 v1.16.1 \
&& 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.16.1`
* `v1.16.0`
* `v1.15.5`
* `v1.15.4`
Expand Down

0 comments on commit 148cd32

Please sign in to comment.