Skip to content

Commit

Permalink
docs(docker): node 8 -> node 9
Browse files Browse the repository at this point in the history
Close #2544
  • Loading branch information
develar committed Feb 1, 2018
1 parent 0a23ee9 commit df664ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/multi-platform-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ If you don't need to build Windows, use image `electronuserland/builder` (wine i
### Provided Docker Images

* `builder:base` — Required system dependencies. Not supposed to be used directly.
* `builder:8` or `builder` — NodeJS 8 and required system dependencies. Based on `builder:base`. Use this image if you need to build only Linux targets.
* `builder:6` — NodeJS 6 and required system dependencies. Based on `builder:base`.
* `builder:wine` — Wine, NodeJS 8 and required system dependencies. Based on `builder:8`. Use this image if you need to build Windows targets.
* `builder:9` or `builder` — NodeJS 9 and required system dependencies. Based on `builder:base`. Use this image if you need to build only Linux targets.
* `builder:wine` — Wine, NodeJS 9 and required system dependencies. Based on `builder:9`. Use this image if you need to build Windows targets.
* `builder:wine-mono` — Mono for Squirrel.Windows. Based on `builder:wine`. Use this image if you need to build Squirrel.Windows target.
* `builder:wine-chrome` — `google-chrome-stable` and `xvfb` are available — you can use this image for headless testing of Electron application. Based on `builder:wine`.

0 comments on commit df664ed

Please sign in to comment.