From be4daaad8e9031f160764b5792649d810ab9b543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:51:37 +0200 Subject: [PATCH] chore(deps): update cypress/browsers:latest docker digest to 79a28dd (#1555) 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 f02b2bd56..edcc5e8e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -323,7 +323,7 @@ jobs: matrix: containers: [1, 2, 3, 4] container: - image: cypress/browsers:latest@sha256:34cbe5933a6a4b55e69a2d3fb48c0a13e0af38785cc8379dd2c51ee3e6d99a68 + image: cypress/browsers:latest@sha256:79a28dd47913b1cca9fdd9d763f587b4660ee2c269d941c1903135399f4a9f20 options: --user 1001 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 diff --git a/frontend/cypress/docker-compose.yml b/frontend/cypress/docker-compose.yml index 9aa3f1bf7..f1f4a2ffa 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:34cbe5933a6a4b55e69a2d3fb48c0a13e0af38785cc8379dd2c51ee3e6d99a68 + image: cypress/browsers:latest@sha256:79a28dd47913b1cca9fdd9d763f587b4660ee2c269d941c1903135399f4a9f20 volumes: - ..:/project - $HOME/.cache:/home/node/.cache/