From 696f2904125b5af1e10ecdbd218db638310f7331 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:17:01 +0000 Subject: [PATCH] chore(deps): update cypress/browsers docker tag to v24.17.0 --- .github/workflows/example-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-docker.yml b/.github/workflows/example-docker.yml index d469678a0..33abf5eb1 100644 --- a/.github/workflows/example-docker.yml +++ b/.github/workflows/example-docker.yml @@ -18,7 +18,7 @@ jobs: # Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images # Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags container: - image: cypress/browsers:24.16.0 + image: cypress/browsers:24.17.0 options: --user 1001 steps: - name: Checkout