Skip to content

Commit

Permalink
SWF: Update selenium stack version to 4.28.0-20250120 for local testing
Browse files Browse the repository at this point in the history
This change does not affect CI Jobs. They use their own compose files
  • Loading branch information
hbenali authored and exo-swf committed Jan 24, 2025
1 parent 2618e61 commit 240d962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
selenium-hub:
image: selenium/hub:4.24.0-20240907
image: selenium/hub:4.28.0-20250120
networks:
- selenium
chrome:
image: selenium/node-chrome:4.24.0-20240907
image: selenium/node-chrome:4.28.0-20250120
shm_size: 2gb
volumes:
- /dev/shm:/dev/shm
Expand All @@ -20,7 +20,7 @@ services:
networks:
- selenium
firefox:
image: selenium/node-firefox:4.24.0-20240907
image: selenium/node-firefox:4.28.0-20250120
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down

0 comments on commit 240d962

Please sign in to comment.