patrickbrandt / documentizer

a reference architecture and example for document storage in DynamoDB and ElasticSearch
2 stars 0 forks source link

Don't use node:latest #1

Closed patrickbrandt closed 6 years ago

patrickbrandt commented 6 years ago

change the init service image to use a specific node version label. Currently "latest" is v10. Consider using v8?

Node container on docker hub: https://hub.docker.com/_/node/

patrickbrandt commented 6 years ago

using node:8 now