Skip to content

Commit

Permalink
Pin specific version for selenium standalone chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Aug 6, 2024
1 parent 895bf00 commit b1ed943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
services:
chrome:
# Chrome image with Apple M1 support.
image: seleniarm/standalone-chromium:latest
image: seleniarm/standalone-chromium:124.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ services:

# Chrome container, used for browser testing.
chrome:
image: selenium/standalone-chrome:latest
image: selenium/standalone-chrome:127.0
shm_size: '1gb' # Increase '/dev/shm' partition size to avoid browser crashing.
<<: *default-volumes # Use default volumes to provide access to test fixtures.
environment:
Expand Down

1 comment on commit b1ed943

@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.