Skip to content

Commit

Permalink
Update tag to 4.26.0-20241101
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz authored Nov 4, 2024
1 parent 20bbd24 commit 3d4856e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# To stop the execution, hit Ctrl+C, and then `docker-compose -f docker-compose.yml down`
services:
selenium-event-bus:
image: selenium/event-bus:4.25.0-20241010
image: selenium/event-bus:4.26.0-20241101
container_name: selenium-event-bus
ports:
- "4442:4442"
- "4443:4443"
- "5557:5557"

selenium-sessions:
image: selenium/sessions:4.25.0-20241010
image: selenium/sessions:4.26.0-20241101
container_name: selenium-sessions
ports:
- "5556:5556"
Expand All @@ -23,7 +23,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-session-queue:
image: selenium/session-queue:4.25.0-20241010
image: selenium/session-queue:4.26.0-20241101
container_name: selenium-session-queue
ports:
- "5559:5559"
Expand All @@ -35,7 +35,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-distributor:
image: selenium/distributor:4.25.0-20241010
image: selenium/distributor:4.26.0-20241101
container_name: selenium-distributor
ports:
- "5553:5553"
Expand All @@ -53,7 +53,7 @@ services:
- SE_SESSION_QUEUE_PORT=5559

selenium-router:
image: selenium/router:4.25.0-20241010
image: selenium/router:4.26.0-20241101
container_name: selenium-router
ports:
- "4444:4444"
Expand All @@ -70,7 +70,7 @@ services:
- SE_SESSION_QUEUE_PORT=5559

chrome:
image: selenium/node-chrome:4.25.0-20241010
image: selenium/node-chrome:4.26.0-20241101
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand All @@ -80,7 +80,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

edge:
image: selenium/node-edge:4.25.0-20241010
image: selenium/node-edge:4.26.0-20241101
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand All @@ -90,7 +90,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:4.26.0-20241101
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand Down

0 comments on commit 3d4856e

Please sign in to comment.