1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

update selenium

This commit is contained in:
kev 2024-10-30 18:06:49 +08:00
parent aa3b4d4843
commit d49c0d5ebd

View File

@ -8,7 +8,7 @@ version: "3.8"
services:
hub:
image: selenium/hub:4.25.0
image: selenium/hub:4.25.0-20241024
ports:
- "4442:4442"
- "4443:4443"
@ -19,7 +19,7 @@ services:
restart: unless-stopped
chrome:
image: selenium/node-chrome:4.25.0
image: selenium/node-chrome:4.25.0-20241024
ports:
- "5900:5900"
- "7900:7900"