update firefox version to 110.0

This commit is contained in:
Dmitry Afanasyev 2023-02-20 18:19:46 +03:00
parent 947bd3d8c7
commit 1a852f944a
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -56,7 +56,7 @@ services:
caddy: caddy:
image: "caddy:2.6.2" image: "caddy:2.6.4"
container_name: transport_bot_caddy container_name: transport_bot_caddy
hostname: transport_bot_caddy hostname: transport_bot_caddy
restart: unless-stopped restart: unless-stopped