We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd2ecff + 32ceb31 commit 4226e1bCopy full SHA for 4226e1b
1 file changed
README.md
@@ -50,7 +50,7 @@ See: http://nodejs.org
50
51
```dockerfile
52
# specify the node base image with your desired version node:<version>
53
-FROM node:6
+FROM node:10
54
# replace this with your application's default port
55
EXPOSE 8888
56
```
0 commit comments