browser update

This commit is contained in:
Dmitry Afanasyev 2024-05-18 13:51:10 +03:00
parent 521f7a1ffb
commit 532ea54363
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{ {
"chrome": { "chrome": {
"default": "121.0", "default": "124.0",
"versions": { "versions": {
"121.0": { "124.0": {
"image": "selenoid/chrome:121.0", "image": "selenoid/chrome:124.0",
"port": "4444", "port": "4444",
"path": "/", "path": "/",
"tmpfs": { "tmpfs": {

View File

@ -32,7 +32,7 @@ services:
- "4444" - "4444"
browser: browser:
image: "selenoid/chrome:121.0" image: "selenoid/chrome:124.0"
container_name: "transport_browser" container_name: "transport_browser"
bot: bot:

View File

@ -26,7 +26,7 @@ services:
- "4444" - "4444"
test-browser: test-browser:
image: "selenoid/chrome:121.0" image: "selenoid/chrome:124.0"
container_name: "test_transport_bot_browser" container_name: "test_transport_bot_browser"
test-bot: test-bot: