Skip to content

Commit

Permalink
Update tag 4.24.0-20240907 in docs and files
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Sep 8, 2024
1 parent b53dc3f commit bcc20e2
Show file tree
Hide file tree
Showing 23 changed files with 174 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ body:
attributes:
label: Docker Selenium version (image tag)
description: What version of Docker Selenium are you using?
placeholder: 4.24.0-20240830? Please use the full tag, avoid "latest"
placeholder: 4.24.0-20240907? Please use the full tag, avoid "latest"
validations:
required: true
- type: input
id: chart-version
attributes:
label: Selenium Grid chart version (chart version)
description: What version of Selenium Grid chart are you using?
placeholder: 0.35.0?
placeholder: 0.35.1?
validations:
required: false
8 changes: 4 additions & 4 deletions NodeDocker/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.24.0-20240830", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.24.0-20240830", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.24.0-20240830", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
"selenium/standalone-firefox:4.24.0-20240907", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.24.0-20240907", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.24.0-20240907", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
]

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

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

0 comments on commit bcc20e2

Please sign in to comment.