Firefox 76 in the Docker container

This commit is contained in:
soulgalore 2020-05-06 15:00:02 +02:00
parent 0b6d2fd445
commit a5262c3679
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
### Added
* Changed to Firefox 76 in the Docker container.
## 12.8.1 - 2020-05-05
### Fixed
* Reverted to Python 2 in the Docker container to make TSProxy work again.

View File

@ -1,4 +1,4 @@
FROM sitespeedio/webbrowsers:chrome-81.0-firefox-75.0-c
FROM sitespeedio/webbrowsers:chrome-81.0-firefox-76.0
ENV SITESPEED_IO_BROWSERTIME__XVFB true
ENV SITESPEED_IO_BROWSERTIME__DOCKER true

View File

@ -6,7 +6,7 @@ ENV SITESPEED_IO_BROWSERTIME__BROWSER firefox
ENV SITESPEED_IO_BROWSERTIME__VISUAL_METRICS false
ENV SITESPEED_IO_BROWSERTIME__HEADLESS true
ENV FIREFOX_VERSION 75.0
ENV FIREFOX_VERSION 76.0
ENV PATH="/usr/local/bin:${PATH}"