update firefox to 108 version

This commit is contained in:
2023-01-09 22:41:02 +03:00
parent 3bca080e4d
commit 19ee85c732
4 changed files with 6 additions and 6 deletions

View File

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

View File

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