Skip to content

Commit bcc20e2

Browse files
committed
Update tag 4.24.0-20240907 in docs and files
1 parent b53dc3f commit bcc20e2

23 files changed

+174
-174
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ body:
5656
attributes:
5757
label: Docker Selenium version (image tag)
5858
description: What version of Docker Selenium are you using?
59-
placeholder: 4.24.0-20240830? Please use the full tag, avoid "latest"
59+
placeholder: 4.24.0-20240907? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input
6363
id: chart-version
6464
attributes:
6565
label: Selenium Grid chart version (chart version)
6666
description: What version of Selenium Grid chart are you using?
67-
placeholder: 0.35.0?
67+
placeholder: 0.35.1?
6868
validations:
6969
required: false

NodeDocker/config.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33
# start a container with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.24.0-20240830", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.24.0-20240830", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.24.0-20240830", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.24.0-20240907", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.24.0-20240907", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.24.0-20240907", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99

1010
# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
1414
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515
url = "http://127.0.0.1:2375"
1616
# Docker image used for video recording
17-
video-image = "selenium/video:ffmpeg-7.0.2-20240830"
17+
video-image = "selenium/video:ffmpeg-7.0.2-20240907"
1818

1919
# Uncomment the following section if you are running the node on a separate VM
2020
# Fill out the placeholders with appropriate values

0 commit comments

Comments
 (0)