Use chrome 74 with Chromedriver 74
This commit is contained in:
parent
8c862f4220
commit
998beb516d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
4.8.0
|
||||
4.9.0
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue