Merge pull request #13352 from zmstone/0627-pin-selenium-docker-image-tag

ci: pin selenium docker image tag 1.0.0
This commit is contained in:
zmstone 2024-06-27 22:38:32 +02:00 committed by GitHub
commit c2827a03b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
selenium: selenium:
shm_size: '2gb' shm_size: '2gb'
image: ghcr.io/emqx/selenium-chrome:latest image: ghcr.io/emqx/selenium-chrome:1.0.0
volumes: volumes:
- ./:/app - ./:/app
depends_on: depends_on: