update to 111 firefox

This commit is contained in:
Dmitry Afanasyev 2023-04-06 15:36:12 +03:00
parent 1a852f944a
commit d9ebff73d4
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM selenoid/firefox:110.0 as builder FROM selenoid/firefox:111.0 as builder
FROM aerokube/selenoid:latest-release FROM aerokube/selenoid:latest-release

View File

@ -1,9 +1,9 @@
{ {
"firefox": { "firefox": {
"default": "110.0", "default": "111.0",
"versions": { "versions": {
"110.0": { "111.0": {
"image": "selenoid/firefox:110.0", "image": "selenoid/firefox:111.0",
"port": "4444", "port": "4444",
"path": "/wd/hub" "path": "/wd/hub"
} }