update firefox to 108 version

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

View File

@ -13,7 +13,7 @@ env_path = BASE_DIR.joinpath('config')
config = AutoConfig(search_path=env_path) config = AutoConfig(search_path=env_path)
GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.31.0') GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.32.0')
TELEGRAM_API_TOKEN = config( TELEGRAM_API_TOKEN = config(
'TELEGRAM_API_TOKEN', default='123456789:AABBCCDDEEFFaabbccddeeff-1234567890' 'TELEGRAM_API_TOKEN', default='123456789:AABBCCDDEEFFaabbccddeeff-1234567890'

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 FROM aerokube/selenoid:latest-release

View File

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

View File

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