Use chrome 74 with Chromedriver 74

This commit is contained in:
soulgalore 2019-04-24 07:38:05 +02:00
parent 8c862f4220
commit 998beb516d
4 changed files with 1182 additions and 7 deletions

View File

@ -27,7 +27,6 @@ WORKDIR /usr/src/app
COPY package.* /usr/src/app/
RUN npm install --production
RUN npm install --prefix ./node_modules/browsertime/ @sitespeed.io/chromedriver@74.0.372-9.6 --production
COPY . /usr/src/app
COPY docker/scripts/start.sh /start.sh

View File

@ -1 +1 @@
4.8.0
4.9.0

1184
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
"dependencies": {
"@google-cloud/storage": "2.4.2",
"aws-sdk": "2.361.0",
"browsertime": "4.8.0",
"browsertime": "4.9.0",
"cli-color": "1.4.0",
"concurrent-queue": "7.0.2",
"dayjs": "1.8.9",