Skip to content

v20.17.0

Latest
Compare
Choose a tag to compare
@thresheek thresheek released this 27 Sep 00:40

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