v20.17.0 built statically
To build the binaries:
git clone https://github.com/thresheek/alpine_nodejs_static/
docker build --no-cache --progress=plain --file Dockerfile --tag alpine_nodejs:v20.17.0 --build-arg NodeVersion=v20.17.0 --build-arg PythonVersion=python3 --build-arg CpuVersion=arm64 .
docker build --no-cache --progress=plain --file Dockerfile --tag alpine_nodejs:v20.17.0 --build-arg NodeVersion=v20.17.0 --build-arg PythonVersion=python3 --build-arg CpuVersion=x64 .
docker run --rm -v $(pwd)/out:/node_output alpine_nodejs:v20.17.0