Updated the Docker container to use ImageMagick 6.9.7-2 to fix firstVisualChange that sometimes was picked up to early
This commit is contained in:
parent
4014ae1f69
commit
4338d0f89b
|
|
@ -1,4 +1,7 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
## UNRELEASED
|
||||
### Fixed
|
||||
* Updated the Docker container to use ImageMagick 6.9.7-2 to fix firstVisualChange that sometimes was picked up to early https://github.com/sitespeedio/browsertime/issues/247
|
||||
|
||||
## 4.3.1 2016-12-28
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:firefox-50.1-chrome-55.0
|
||||
FROM sitespeedio/webbrowsers:firefox-50.1-chrome-55.0-1
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__CONNECTIVITY__ENGINE tc
|
||||
|
|
|
|||
Loading…
Reference in New Issue