Skip to content

Commit

Permalink
Use older images
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Jul 11, 2024
1 parent 6e7b7da commit 63df0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devbox/.ddev/docker-compose.selenium.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
chrome:
image: selenium/node-chrome:latest
image: selenium/node-chrome:125.0
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -10,7 +10,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-hub:
image: selenium/hub:latest
image: selenium/hub:4.21
container_name: selenium-hub
ports:
- "4442:4442"
Expand Down

0 comments on commit 63df0dc

Please sign in to comment.