Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 5940047

Browse files
Merge branch 'trunk' of https://github.com/SeleniumHQ/docker-selenium into trunk
2 parents 7967dbb + c6f765b commit 5940047

38 files changed

+182
-152
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ body:
5555
attributes:
5656
label: Docker Selenium version (tag)
5757
description: What version of Docker Selenium are you using?
58-
placeholder: 4.5.0-20220929? Please use the full tag, avoid "latest"
58+
placeholder: 4.5.0-20221004? Please use the full tag, avoid "latest"
5959
validations:
6060
required: true

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Output Docker info
2626
run: docker info
2727
- name: Set up Python 3.8
28-
uses: actions/setup-python@v4.2.0
28+
uses: actions/setup-python@v4.3.0
2929
with:
3030
python-version: 3.8
3131
- name: Get branch name (only for push to branch)

.github/workflows/test-video.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Output Docker info
2323
run: docker info
2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v4.2.0
25+
uses: actions/setup-python@v4.3.0
2626
with:
2727
python-version: 3.8
2828
- name: Get branch name (only for push to branch)

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.5.0-20220929", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.5.0-20220929", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.5.0-20220929", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.5.0-20221004", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.5.0-20221004", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.5.0-20221004", '{"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-4.3.1-20220929"
17+
video-image = "selenium/video:ffmpeg-4.3.1-20221004"
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)