strapi / strapi-docker

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

Docker image with node v14 #248

Closed gilmarllen closed 3 years ago

gilmarllen commented 3 years ago

It would be great if we have a docker image using Node 14, since it has more tools to use in the backend code, like optional-chaining for example.

derrickmehaffy commented 3 years ago

@alexandrebodin can we create a docker tag for testing on node v14?

alexandrebodin commented 3 years ago

Multiple dependencies of strapi don't support node 14 yet so we can't create a node 14 docker image. As soon as this will be available we will add one

gilmarllen commented 3 years ago

OK, no problem. Thanks by the attention!

iicdii commented 3 years ago

@alexandrebodin it's time to add one since Node 14 is now LTS and Strapi supports it.