docker: Use Firefox 68
This commit is contained in:
parent
8f73c14402
commit
edac1c844a
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
### Added
|
||||
* Docker container is now using Firefox 68.
|
||||
|
||||
## 9.5.0 - 2019-07-04
|
||||
### Fixed
|
||||
* Better error message if the config JSON is malformed [#2525](https://github.com/sitespeedio/sitespeed.io/pull/2525).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:chrome-75-firefox-67.0.1
|
||||
FROM sitespeedio/webbrowsers:chrome-75-firefox-68.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
|
|
|||
Loading…
Reference in New Issue