Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Meteor Node version for Dockerfile. #5

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

moberegger
Copy link
Contributor

The Dockerfile has the Node version hardcoded to 8.15.1. The latest recommended version of Meteor is 8.17.0. Meteor 1.9 has also just been released, which uses Node 12.14.0.

I figured instead of having to constantly update the Dockerfile with each release just let the deployment script figure out what Node version the installed Meteor uses, and then use that in the Dockerfile.

@moberegger
Copy link
Contributor Author

@jkrup Meteor 1.9 has just been recommended, which uses Node 12.14.0. I think this change would help those that would like to upgrade to the new version.

@dibeja
Copy link

dibeja commented Apr 29, 2020

It works like a charm. Please merge this @jkrup

@ptandler
Copy link

I can confirm that this fixes the issue. It would be very helpful to merge this @jkrup - thanks!

@ptandler
Copy link

and @moberegger thanks for sharing the patch :-)

@jkrup jkrup merged commit 467aadd into jkrup:master Aug 17, 2020
@jkrup
Copy link
Owner

jkrup commented Aug 17, 2020

Thanks for the PR!

@moberegger
Copy link
Contributor Author

Wooooo, I did something useful! 😆

@ptandler
Copy link

ptandler commented Oct 5, 2020

@jkrup Do you have any plan to release a new version ... I just stepped into the same issue again ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants