Skip to content

Commit 1929e8c

Browse files
committed
Use sticky selenium/standalone-chrome:3.141.59-20210713
New version3.141.59-2021729 is causing problems, so we need to make it sticky to use a known to work version.
1 parent de2f4f0 commit 1929e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium.chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
environment:
55
MOODLE_DOCKER_BROWSER: chrome
66
selenium:
7-
image: "selenium/standalone-chrome${MOODLE_DOCKER_SELENIUM_SUFFIX}:3"
7+
image: "selenium/standalone-chrome${MOODLE_DOCKER_SELENIUM_SUFFIX}:3.141.59-20210713"
88
volumes:
99
- /dev/shm:/dev/shm

0 commit comments

Comments
 (0)