update dependencies

This commit is contained in:
2024-01-04 01:31:27 +03:00
parent b95840e630
commit 7436e6891c
8 changed files with 482 additions and 424 deletions

View File

@@ -10,7 +10,7 @@ networks:
services:
test-selenoid:
image: "aerokube/selenoid:1.11.0"
image: "aerokube/selenoid:1.11.1"
container_name: "test_transport_bot_selenoid"
hostname: "selenoid_host"
restart: unless-stopped
@@ -26,7 +26,7 @@ services:
- "4444"
test-browser:
image: "selenoid/chrome:119.0"
image: "selenoid/chrome:120.0"
container_name: "test_transport_bot_browser"
test-bot: