Skip to content

Commit

Permalink
Update nodejs version (#29)
Browse files Browse the repository at this point in the history
* Update nodejs version to 8

* Update readme.md

Add compatibility test result with laravel 5.7
Increase nodejs version number in the includes table
  • Loading branch information
enourinick authored and chilio committed Oct 9, 2018
1 parent 3188ee2 commit 85b933b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN \

RUN apt-get update && apt-get install -yq --fix-missing apt-transport-https
RUN apt-get update && apt-get install -yq --fix-missing python-software-properties
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get update && apt-get install -yq --fix-missing nodejs
RUN apt-get update && apt-get install -yq --fix-missing git
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ If this package, is helpful to you, you can add **star** on [docker hub](https:/

| LARAVEL VERSION | COMPATIBLE |
| --------------- | ---------- |
| 5.7 | YES |
| 5.6 | YES |
| 5.5 | YES |
| 5.4 and below | not tested |
Expand Down Expand Up @@ -80,7 +81,7 @@ services:
| NGINX | >= 1.10.3 |
| Chromedriver | >= 2.38 |
| Chrome | >= 66 |
| NODEJS | >= 6.14.2 |
| NODEJS | >= 8.12.0 |
| NPM | >= 3.10.10 |
| YARN | >= 1.6.0 |
| BOWER | >= 1.8.4 |
Expand Down

0 comments on commit 85b933b

Please sign in to comment.