strapi-community / strapi-tool-dockerize

Easy add support for docker to your strapi project
MIT License
558 stars 35 forks source link

uses node:18-alpine in production image #95

Closed p-j closed 1 year ago

p-j commented 1 year ago

The final production image uses a different node version than the rest of the pipeline, this PR aligns the base image used for the final production image with the build one.