From 42055b0bf2a8f6d451b98528e0350761c3becb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:22:49 -0500 Subject: [PATCH] chore(deps): update cypress/browsers docker tag to v22.12.0 (#1325) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ef8554512..82db6b27b 100644 --- a/.github/workflows/example-docker.yml +++ b/.github/workflows/example-docker.yml @@ -16,7 +16,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:22.11.0 + image: cypress/browsers:22.12.0 options: --user 1001 steps: - name: Checkout