metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

Use a newer version of Node.js for the Parsoid container #76

Closed icyflame closed 9 months ago

icyflame commented 4 years ago

Currently, we are using Node 0.10.0 on Debian's Jessie (2 stable releases ago) for the Parsoid container.

It's possible that this is the recommended version for Parsoid itself. So, one would have to first investigate whether that's the case. And if not, upgrade the Node version.

parsoid/Dockerfile
1:FROM node:10-jessie