Skip to content

Commit

Permalink
Merge pull request nodejs#1094 from fulldecent/patch-2
Browse files Browse the repository at this point in the history
Switch to recommend node version
  • Loading branch information
SimenB authored Aug 17, 2019
2 parents bd2ecff + 32ceb31 commit 4226e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4226e1b

Please sign in to comment.