Andreas Schildbach
|
5430d9172b
|
Dockerfile: update node.js to 20
Updates node.js to the current active LTS version. Version 16
seems unmaintained at this time. See
https://nodejs.org/en/about/previous-releases
|
2024-11-10 09:38:30 +01:00 |
|
Jan Sarenik
|
1cade75970
|
Dockerfile: update node to v16
This fixes #449
|
2022-06-07 14:03:59 +02:00 |
|
Dan Janosik
|
8e23045648
|
docker: node14
|
2021-04-20 15:20:07 -04:00 |
|
Andrey Arapov
|
062d0bab24
|
add git to a docker image, fixes #169
apparently bootstrap_node.js wants to spawn git.
|
2021-01-05 21:45:43 +01:00 |
|
Henri Kuittinen
|
5c65b542d1
|
Use Docker multistage build to reduce image size
The building will happen on the regular `node:8` image, but the final image will run `node:8-alpine` which will reduce the image size from 960 MB to 120 MB
https://docs.docker.com/develop/develop-images/multistage-build/
|
2019-09-16 12:07:11 +03:00 |
|
Dan Janosik
|
69a3478ec2
|
Fix #37
Thanks @oktapodia
|
2018-06-29 16:31:36 +02:00 |
|