From 9cc4a3efb71e31224af8a6878898a114f7626a24 Mon Sep 17 00:00:00 2001 From: "Md. Rashad Tanjim" <47326039+RashadTanjim@users.noreply.github.com> Date: Sat, 12 Mar 2022 03:04:07 +0600 Subject: [PATCH] node version update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```