what is the maximum support version of node.js and alpine can build code-server with docker image #6034
Unanswered
stephenwongcandr
asked this question in
Q&A
Replies: 1 comment 5 replies
-
nvm, see below |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using node as base image with code server v3.4.1, it was work fine,
but since the node 14 is end of lifecycle , and there have some security concern,
I am trying to build a new image with code server,
but currently I was building fail with node:18.14.0-alpine3.17 / node:18.14.0-alpine3.16 / node:16.15.1-alpine3.16 with v.4.9.0 or v.4.10.0 code server,
can anyone recommend any node.js 16/18 version and alpine 3.16+ version can support any version's code server?
Beta Was this translation helpful? Give feedback.
All reactions