chore(deps): update cypress/browsers:latest docker digest to e85371f (#1798)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-12 21:08:47 +01:00 committed by GitHub
parent dcfd096588
commit 9ed848efe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ jobs:
# Only run parallel tests for non-fork PRs, single container for forks
containers: ${{ github.event.pull_request.head.repo.fork != true && fromJSON('[1, 2, 3, 4]') || fromJSON('[1]') }}
container:
image: cypress/browsers:latest@sha256:33dbe618edc9515a56c0bd358abdc7922b22c457c13601fbeadc9579698d1950
image: cypress/browsers:latest@sha256:e85371fb0053c4f5ec2ffcbbcbfce2bf2bb6b4d0e8274c977cc36a283a7bd9e1
options: --user 1001
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

View File

@ -4,7 +4,7 @@ services:
ports:
- 5556:5556
cypress:
image: cypress/browsers:latest@sha256:33dbe618edc9515a56c0bd358abdc7922b22c457c13601fbeadc9579698d1950
image: cypress/browsers:latest@sha256:e85371fb0053c4f5ec2ffcbbcbfce2bf2bb6b4d0e8274c977cc36a283a7bd9e1
volumes:
- ..:/project
- $HOME/.cache:/home/node/.cache/