Open zhukovsp opened 4 years ago
Same question
https://github.com/abernix/meteord/pull/55 is waiting to be merged and should resolve this.
Doesn't seem like the abernix pull request is going to be merged in any time soon. Just wondered if @zodern had any plans to take this under their wing? Seems like it's a pretty key element of Mup so perhaps something to consider. Or is it possible to use this: https://github.com/zodern/meteor-docker?
You can use the zodern/meteor
image with any Meteor version from Meteor 1.2 - Meteor 2 since it automatically uses the correct Node version. I plan to make it Meteor Up's default image in the future, possibly in mup 1.6.
@zodern Awesome, sounds good. I'm just testing that Docker image (zodern/meteor
) and it looks good (with Meteor 1.12):
Hello! I'd like to update my meteor project to last version 1.11.1 and deploy it with meteor up but I faced with any deploy errors because node version changed to 12.8.4. abernix/meteord:node-12-base uses node 12.6.4 Could you help with the image can I use for project on meteor 1.11.1?