[Strapi Docker] Whta's the difference between `strapi/base:14` and `strapi/base:14-alpine`?

Hi @marc
It’s mostly to do that alpine is smaller so it’s meant for production.
When you use the base etc, it can also include dependencies you can use for testing etc. So it’s a bit bigger base image.

So it depends on what you are trying to do or build.