Skip to content

Commit

Permalink
browser update
Browse files Browse the repository at this point in the history
  • Loading branch information
Balshgit committed May 18, 2024
1 parent 521f7a1 commit 532ea54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deploy/browsers.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "4444"

browser:
image: "selenoid/chrome:121.0"
image: "selenoid/chrome:124.0"
container_name: "transport_browser"

bot:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 532ea54

Please sign in to comment.