Switch to recommend node version

This commit is contained in:
William Entriken 2019-08-16 23:33:12 -04:00 committed by GitHub
parent bd2ecff092
commit 32ceb312ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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