stable 60
This commit is contained in:
parent
dec7dfd981
commit
b8e3a8853c
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
### Fixed
|
||||
* Upgrading the Docker container to use Chrome stable 60 (instead of beta 60)
|
||||
|
||||
## 5.4.4 2017-07-21
|
||||
### Fixed
|
||||
* Upgrading node-sass to work when installing on Windows 10 [#1671](https://github.com/sitespeedio/sitespeed.io/issues/1671)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:firefox-54.0-chrome-60.0.3112.66-beta2
|
||||
FROM sitespeedio/webbrowsers:firefox-54.0-chrome-60.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__CHROME__ARGS no-sandbox
|
||||
|
|
|
|||
Loading…
Reference in New Issue