Docker node version #1106

Closed
opened 2025-08-09 17:18:53 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @psaussure on 1/17/2017

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.

*Originally created by @psaussure on 1/17/2017* 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1106
No description provided.