From c6f0f93b9a4b069cad94029d8a735b102b9bde5b Mon Sep 17 00:00:00 2001 From: Shubhada Date: Thu, 10 Oct 2024 14:01:27 -0700 Subject: [PATCH] Changed the image to selenium/standalone-edge:4.10.0-20230607 to match the original configuration --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3cb63412115..77d5964c7e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: retries: 3 selenium: - image: selenium/standalone-chrome + image: selenium/standalone-edge:4.10.0-20230607 container_name: selenium-container network_mode: host healthcheck: