Skip to content

Commit

Permalink
Pinned version of selenium chrome and grid (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgibertoni authored Nov 12, 2024
1 parent c513a50 commit 0f3d2cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integrations/phishing_analyzers/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ services:
- uwsgi

chrome-webdriver:
image: selenium/node-chrome:latest
# tagging convention for chrome webdriver
# https://github.com/SeleniumHQ/docker-selenium/wiki/Tagging-Convention
image: selenium/node-chrome:130.0.6723.91-chromedriver-130.0.6723.91-grid-4.26.0-20241101
shm_size: 2gb # https://github.com/SeleniumHQ/docker-selenium?tab=readme-ov-file#--shm-size2g
depends_on:
- selenium-hub
Expand All @@ -29,7 +31,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-hub:
image: selenium/hub:latest
image: selenium/hub:4.26.0
container_name: selenium-hub
environment:
- SE_ENABLE_TRACING=false
Expand Down

0 comments on commit 0f3d2cc

Please sign in to comment.