Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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