diff --git a/README.md b/README.md index 7f792ae2..6446f33e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ See: http://nodejs.org ```dockerfile # specify the node base image with your desired version node: -FROM node:10 +FROM node:16 # replace this with your application's default port EXPOSE 8888 ```