We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a3182 commit 0e43cb5Copy full SHA for 0e43cb5
1 file changed
README.md
@@ -15,9 +15,18 @@ Ready-to-use images for NodeJS.
15
16
### Node v6
17
18
-- Node: `6.9.4`
19
-- NPM: `3.10.10`
+- Node: `6.10.0`
+- NPM: `3.10.x`
20
21
```
22
docker run -v /path/to/site:/srv dockette/nodejs:v6
23
24
+
25
+### Node v7
26
27
+- Node: `7.7.3`
28
+- NPM: `4.4.x`
29
30
+```
31
+docker run -v /path/to/site:/srv dockette/nodejs:v7
32
0 commit comments