From 667c524ccd656dc968d2355bd72fbd6e6fd11a9c Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 27 Nov 2024 17:05:47 +0800 Subject: [PATCH] update selenium --- selenium/docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/selenium/docker-compose.yml b/selenium/docker-compose.yml index 12096ef..f49f418 100644 --- a/selenium/docker-compose.yml +++ b/selenium/docker-compose.yml @@ -3,12 +3,10 @@ # https://github.com/SeleniumHQ/docker-selenium/blob/trunk/README.md#configuring-the-containers # -version: "3.8" - services: hub: - image: selenium/hub:4.25.0-20241024 + image: selenium/hub:4.27.0 ports: - "4442:4442" - "4443:4443" @@ -19,7 +17,7 @@ services: restart: unless-stopped chrome: - image: selenium/node-chrome:4.25.0-20241024 + image: selenium/node-chrome:4.27.0 ports: - "5900:5900" - "7900:7900" @@ -43,7 +41,7 @@ services: restart: unless-stopped video: - image: selenium/video:ffmpeg-7.1-20241024 + image: selenium/video:ffmpeg-7.1-20241127 volumes: - ./data:/videos ports: