From c5a62185981bcb1d75af364c8b43dfe43ef750b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:36:26 +0200 Subject: [PATCH] chore(deps): update cypress/browsers:latest docker digest to 2c4e104 (#1259) 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 361c70c82..8337327b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -321,7 +321,7 @@ jobs: matrix: containers: [1, 2, 3, 4] container: - image: cypress/browsers:latest@sha256:a0f4875f9012ea8e88f004d2b357d563d1142f60f84588cfc2ca468a9bdc3b51 + image: cypress/browsers:latest@sha256:2c4e1047f7187ca028dcd968cbd3aafc9430bbd30a3ec4d6b41f9eabfdb39e59 options: --user 1001 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/frontend/cypress/docker-compose.yml b/frontend/cypress/docker-compose.yml index 43afb0894..fa6c71e30 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:a0f4875f9012ea8e88f004d2b357d563d1142f60f84588cfc2ca468a9bdc3b51 + image: cypress/browsers:latest@sha256:2c4e1047f7187ca028dcd968cbd3aafc9430bbd30a3ec4d6b41f9eabfdb39e59 volumes: - ..:/project - $HOME/.cache:/home/node/.cache/