Bumped NodeJS version

- Bumped NodeJS version to 10 (container was building but not running any of the examples with the other version)
This commit is contained in:
Sebastiaan 2019-05-15 09:54:56 +02:00 committed by Sebastiaan Raven
parent 48e6d4f102
commit baef31629c

View File

@ -1,4 +1,4 @@
FROM node:carbon
FROM node:10
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global