Skip to content

Commit 6f262a3

Browse files
committed
[docs] Update project contact email
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 1fa516d commit 6f262a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:noble-20250127
22
ARG AUTHORS=SeleniumHQ
3-
LABEL authors="${AUTHORS} <selenium-developers@googlegroups.com>"
3+
LABEL authors="${AUTHORS} <docker-selenium@seleniumhq.org>"
44
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"
55

66
# Arguments to define the version of dependencies to download

charts/selenium-grid/CONFIGURATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
88

99
| Name | Email | Url |
1010
| ---- | ------ | --- |
11-
| SeleniumHQ | <selenium-developers@googlegroups.com> | <https://github.com/SeleniumHQ> |
11+
| SeleniumHQ | <docker-selenium@seleniumhq.org> | <https://github.com/SeleniumHQ> |
1212

1313
## Source Code
1414

charts/selenium-grid/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
condition: redis.enabled
3333
maintainers:
3434
- name: SeleniumHQ
35-
email: selenium-developers@googlegroups.com
35+
email: docker-selenium@seleniumhq.org
3636
url: https://github.com/SeleniumHQ
3737
sources:
3838
- https://github.com/SeleniumHQ/docker-selenium

0 commit comments

Comments
 (0)