strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.17k stars 445 forks source link

Did you forget the node14 versions? #284

Open Hraph opened 3 years ago

Hraph commented 3 years ago

The Hub docker mentions the existence of a node14-alpine version for the latest versions of strapi 3.5.2 but no image has been published with the node 14 version for 2 months (since 3.4.1 version)

Kyle772 commented 3 years ago

As far as I'm aware Strapi relies on sharp as a dependency for image compression and sharp doesn't have a node 14 version just yet.

taddis commented 3 years ago

Any news about why there are no build targets for node14? According to https://github.com/lovell/sharp/issues/2235 there is no problem with Sharp on node14?