Chrome 68
This commit is contained in:
parent
6da8d7cb6d
commit
2b483e012a
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
### Fixed
|
||||
* Updated to Chrome 68 in the Docker container.
|
||||
|
||||
## 7.3.0 - 2018-07-25
|
||||
### Fixed
|
||||
* Added missing grups for a couple of Browsertime cli params so that when you run help all parameters are sorted in the right group [#2113](https://github.com/sitespeedio/sitespeed.io/pull/2113).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:chrome-67-firefox-61
|
||||
FROM sitespeedio/webbrowsers:chrome-68-firefox-61
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
|
|
|||
Loading…
Reference in New Issue