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": {
"default": "121.0",
"default": "124.0",
"versions": {
"121.0": {
"image": "selenoid/chrome:121.0",
"124.0": {
"image": "selenoid/chrome:124.0",
"port": "4444",
"path": "/",
"tmpfs": {

View File

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

View File

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