update dependencies

This commit is contained in:
2023-10-15 13:16:09 +03:00
parent b3b2217115
commit ebc54ce14a
8 changed files with 1125 additions and 1258 deletions

View File

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