From 638299081e14b37565d5cc1def7b048906364494 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 13 Jan 2020 15:40:31 +0800 Subject: [PATCH] update selenoid --- selenoid/README.md | 10 +++++----- selenoid/data/config/browsers.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/selenoid/README.md b/selenoid/README.md index af65a18..a6a322c 100644 --- a/selenoid/README.md +++ b/selenoid/README.md @@ -28,9 +28,9 @@ Required Images - aerokube/selenoid-ui:latest-release - selenoid/video-recorder:latest-release - selenoid/chrome:79.0 -- selenoid/firefox:71.0 +- selenoid/firefox:72.0 - selenoid/vnc:chrome_79.0 -- selenoid/vnc:firefox_71.0 +- selenoid/vnc:firefox_72.0 ```json { @@ -44,10 +44,10 @@ Required Images } }, "firefox": { - "default": "71.0", + "default": "72.0", "versions": { - "71.0": { - "image": "selenoid/vnc:firefox_71.0", + "72.0": { + "image": "selenoid/vnc:firefox_72.0", "port": "4444" } } diff --git a/selenoid/data/config/browsers.json b/selenoid/data/config/browsers.json index 48b9aac..69a467b 100644 --- a/selenoid/data/config/browsers.json +++ b/selenoid/data/config/browsers.json @@ -9,10 +9,10 @@ } }, "firefox": { - "default": "71.0", + "default": "72.0", "versions": { - "71.0": { - "image": "selenoid/vnc:firefox_71.0", + "72.0": { + "image": "selenoid/vnc:firefox_72.0", "port": "4444" } }