mhart / alpine-node

Minimal Node.js Docker Images built on Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node 18 support

OmgImAlexis opened this issue · comments

Any chance on adding support for 18?

Are you still there @mhart ? :)

I ran into same issue so I forked this repository and have just published the latest version for nodejs 14,16 and 18. Let me know if you guys have any feedback. Thanks.

https://github.com/jellydn/alpine-nodejs

$ docker run --rm jellydn/alpine-nodejs node --version
v18.4.0

$ docker run --rm jellydn/alpine-nodejs:14 node --version
v14.19.3

$ docker run --rm jellydn/alpine-nodejs:slim-16 node --version
v16.15.1