Skip to content

Commit

Permalink
Update selenium/standalone-chromium Docker tag to v129
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AlexSkrypnyk committed Sep 23, 2024
1 parent d18944d commit d475d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ services:

# Chrome container, used for browser testing.
chrome:
image: selenium/standalone-chromium:128.0
image: selenium/standalone-chromium:129.0
ports:
- "7900" # Find port on host with `docker compose port chrome 7900`.
shm_size: '1gb' # Increase '/dev/shm' partition size to avoid browser crashing.
Expand Down

1 comment on commit d475d38

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.