chore: update the docker-compose to use base-internal image (#31261)

This commit is contained in:
Jennifer Shehane
2025-03-11 16:52:21 -04:00
committed by GitHub
parent df6bee339d
commit e9eccad46b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ Sometimes tests pass locally, but fail in CI. Our CI environment is dockerized.
2. Run the following command from the root of the project:
```shell
$ yarn docker
yarn docker
```
There is a script [scripts/run-docker-local.sh](scripts/run-docker-local.sh) that runs the cypress image (see [CircleCI config](.circleci/config.yml) for the current image name).
+1 -1
View File
@@ -31,7 +31,7 @@ services:
- .:/opt/cypress
ci:
# This should mirror the image used in workflows.yml
image: cypress/browsers-internal:node20.18.1-bullseye-chrome131-ff133
image: cypress/base-internal:20.18.1-bullseye
ports:
- 5566:5566
- 5567:5567