Skip to content

Commit 85b933b

Browse files
enourinickchilio
authored andcommitted
Update nodejs version (#29)
* Update nodejs version to 8 * Update readme.md Add compatibility test result with laravel 5.7 Increase nodejs version number in the includes table
1 parent 3188ee2 commit 85b933b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN \
136136

137137
RUN apt-get update && apt-get install -yq --fix-missing apt-transport-https
138138
RUN apt-get update && apt-get install -yq --fix-missing python-software-properties
139-
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
139+
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
140140
RUN apt-get update && apt-get install -yq --fix-missing nodejs
141141
RUN apt-get update && apt-get install -yq --fix-missing git
142142
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ If this package, is helpful to you, you can add **star** on [docker hub](https:/
1919

2020
| LARAVEL VERSION | COMPATIBLE |
2121
| --------------- | ---------- |
22+
| 5.7 | YES |
2223
| 5.6 | YES |
2324
| 5.5 | YES |
2425
| 5.4 and below | not tested |
@@ -80,7 +81,7 @@ services:
8081
| NGINX | >= 1.10.3 |
8182
| Chromedriver | >= 2.38 |
8283
| Chrome | >= 66 |
83-
| NODEJS | >= 6.14.2 |
84+
| NODEJS | >= 8.12.0 |
8485
| NPM | >= 3.10.10 |
8586
| YARN | >= 1.6.0 |
8687
| BOWER | >= 1.8.4 |

0 commit comments

Comments
 (0)