diff --git a/README.md b/README.md index 9124223147..bd6a62ba08 100644 --- a/README.md +++ b/README.md @@ -162,4 +162,13 @@ npm i @types/mime@3.0.0 If your npm install fails on your first try, first check if you are using Node v14. Other versions of Node may throw errors when installing dependencies. +### Fatal error in chatapi using an arm32 device + +If you are using an 32bit arm device and encounter a fatal error while running the chatapi container run the following: +``` + wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1~bpo10+1_armhf.deb + + dpkg -i libseccomp2_2.5.1-1~bpo10+1_armhf.deb +``` + This project is tested with [BrowserStack](https://www.browserstack.com/). diff --git a/package.json b/package.json index d83fd080f0..04279f87b3 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.16.87", + "version": "0.16.88", "myplanet": { "latest": "v0.22.58", "min": "v0.21.58"