Hi, I would like to ask the difference between strapi/base:14
and strapi/base:14-alpine
.
What I know is that :
-
strapi/base:14
uses NodeJS version 14. -
strapi/base:14-alpine
uses NodeJS version 14 based on Alpine linux. Hence it is lighter (the size is smaller thanstrapi/base:14
).
I mean, if one size is small enough, why is there strapi/base:14
?