ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.14k stars 472 forks source link

Don't use alpine for node #6

Open iraycd opened 3 years ago

iraycd commented 3 years ago

it's actual less in size, but consumes much RAM.

node:13.11.0-alpine3.11

Use, LTS versions 👍🏾

roblaszczak commented 3 years ago

Hello @iraycd, I was trying to find any information about that on the internet, and which image to use. But I only found that alpine is actually better :thinking: Could you point me to some sources covering that topic? Thanks!