Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Docker node version #591

Closed
psaussure opened this issue Jan 17, 2017 · 1 comment
Closed

Docker node version #591

psaussure opened this issue Jan 17, 2017 · 1 comment

Comments

@psaussure
Copy link

Hi there. Is there any reason to use 4.x version of node instead of latest 7.x versions in Dockerfile?

RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -

6.x is recommanded as LTS but with ES6 features provided in the 7 version, it would be great to update Docker version.

I found no issue/error running the SPA on both node 7 and node 6 versions.

But if there is any other consideration, let us know.

@SteveSandersonMS
Copy link
Member

Thanks for the suggestion. Updated to 6.x by default because it's LTS. As you point out, developers can trivially update to 7.x in their own apps if they want to.

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

No branches or pull requests

2 participants