Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update selenium/node-firefox docker tag to v131 #2426

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose-v2-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- "6901:5900"

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- "6901:5900"

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-basicauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
volumes:
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
volumes:
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
- SE_SERVER_PROTOCOL=https

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
entrypoint: bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
environment:
- SE_EVENT_BUS_HOST=selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
- SE_OTEL_TRACES_EXPORTER=otlp
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-full-grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-event-bus
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
entrypoint: bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
environment:
- SE_EVENT_BUS_HOST=selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-video-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3-video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.25.0-20241010
image: selenium/node-firefox:131.0.2-20241010
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down
Loading