Skip to content

Commit 2e8d7ec

Browse files
committed
[ci] Update tag 4.35.0-20250808 in docs and files
[skip test]
1 parent 6bad977 commit 2e8d7ec

37 files changed

+308
-308
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
attributes:
5757
label: Docker Selenium version (image tag)
5858
description: What version of Docker Selenium are you using?
59-
placeholder: 4.34.0-20250727? Please use the full tag, avoid "latest"
59+
placeholder: 4.35.0-20250808? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input

.github/workflows/release-chrome-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20250727'
25+
default: '20250808'
2626
browser-name:
2727
description: 'Browser name to build. E.g: chrome'
2828
required: true

.github/workflows/release-edge-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20250727'
25+
default: '20250808'
2626
browser-name:
2727
description: 'Browser name to build. E.g: edge'
2828
required: true

.github/workflows/release-firefox-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20250727'
25+
default: '20250808'
2626
browser-name:
2727
description: 'Browser name to build. E.g: firefox'
2828
required: true

NodeDocker/config.toml

Lines changed: 4 additions & 4 deletions
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.34.0-20250727", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.34.0-20250727", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.34.0-20250727", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.35.0-20250808", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.35.0-20250808", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.35.0-20250808", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99
# Share configs of volumes, DNS, extra hosts between node-docker and node browser containers
1010
host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
@@ -16,7 +16,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
1616
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1717
url = "http://127.0.0.1:2375"
1818
# Docker image used for video recording
19-
video-image = "selenium/video:ffmpeg-7.1-20250727"
19+
video-image = "selenium/video:ffmpeg-7.1-20250808"
2020

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

0 commit comments

Comments
 (0)