Skip to content

Commit e9eccad

Browse files
chore: update the docker-compose to use base-internal image (#31261)
1 parent df6bee3 commit e9eccad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Sometimes tests pass locally, but fail in CI. Our CI environment is dockerized.
381381
2. Run the following command from the root of the project:
382382

383383
```shell
384-
$ yarn docker
384+
yarn docker
385385
```
386386

387387
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).

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- .:/opt/cypress
3232
ci:
3333
# This should mirror the image used in workflows.yml
34-
image: cypress/browsers-internal:node20.18.1-bullseye-chrome131-ff133
34+
image: cypress/base-internal:20.18.1-bullseye
3535
ports:
3636
- 5566:5566
3737
- 5567:5567

0 commit comments

Comments
 (0)