Browse Source

ci: pin selenium docker image tag 1.0.0

zmstone 1 year atrás
parent
commit
8e9eb441db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/ui-tests/docker-compose.yaml

+ 1 - 1
scripts/ui-tests/docker-compose.yaml

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