Skip to content

Commit

Permalink
Update tag to 4.15.0-20231110
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Nov 12, 2023
1 parent d60b173 commit 73c54e9
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 @@ -4,15 +4,15 @@
version: "3"
services:
selenium-event-bus:
image: selenium/event-bus:4.15.0-20231102
image: selenium/event-bus:4.15.0-20231110
container_name: selenium-event-bus
ports:
- "4442:4442"
- "4443:4443"
- "5557:5557"

selenium-sessions:
image: selenium/sessions:4.15.0-20231102
image: selenium/sessions:4.15.0-20231110
container_name: selenium-sessions
ports:
- "5556:5556"
Expand All @@ -24,7 +24,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-session-queue:
image: selenium/session-queue:4.15.0-20231102
image: selenium/session-queue:4.15.0-20231110
container_name: selenium-session-queue
ports:
- "5559:5559"
Expand All @@ -36,7 +36,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-distributor:
image: selenium/distributor:4.15.0-20231102
image: selenium/distributor:4.15.0-20231110
container_name: selenium-distributor
ports:
- "5553:5553"
Expand All @@ -54,7 +54,7 @@ services:
- SE_SESSION_QUEUE_PORT=5559

selenium-router:
image: selenium/router:4.15.0-20231102
image: selenium/router:4.15.0-20231110
container_name: selenium-router
ports:
- "4444:4444"
Expand All @@ -71,7 +71,7 @@ services:
- SE_SESSION_QUEUE_PORT=5559

chrome:
image: selenium/node-chrome:4.15.0-20231102
image: selenium/node-chrome:4.15.0-20231110
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand All @@ -81,7 +81,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

edge:
image: selenium/node-edge:4.15.0-20231102
image: selenium/node-edge:4.15.0-20231110
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand All @@ -91,7 +91,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.15.0-20231102
image: selenium/node-firefox:4.15.0-20231110
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand Down

0 comments on commit 73c54e9

Please sign in to comment.