Closed aviadbd closed 7 years ago
The latest release (v2.3.0) now supports Meteor 1.6.
FYI, this image does take the Meteor version into consideration. It specifically installs the version your app uses. The main issue was Node 8 was not being installed by default. But you can also override that as well with --build-arg NODE_VERSION=8.9.0
when building your image. See this section of the readme for more info on that.
Either way, you should be good to go now!
I think that since Meteor 1.6 updated NPM and NodeJS, the defaults for those should change (or at least take the Meteor version installed into consideration).