From 9ed848efe12e1f045798abb6ff19ea4bb479d3c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:08:47 +0100 Subject: [PATCH] chore(deps): update cypress/browsers:latest docker digest to e85371f (#1798) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- frontend/cypress/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cc07e9d6..5616b1c07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/frontend/cypress/docker-compose.yml b/frontend/cypress/docker-compose.yml index 362317b1e..600fb487c 100644 --- a/frontend/cypress/docker-compose.yml +++ b/frontend/cypress/docker-compose.yml @@ -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/