node version update

This commit is contained in:
Md. Rashad Tanjim 2022-03-12 03:04:07 +06:00 committed by GitHub
parent 3b1657458c
commit 9cc4a3efb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ See: http://nodejs.org
```dockerfile
# specify the node base image with your desired version node:<version>
FROM node:10
FROM node:16
# replace this with your application's default port
EXPOSE 8888
```