diff --git a/.github/workflows/example-docker.yml b/.github/workflows/example-docker.yml index 1386172c2..41a48aa60 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.15.0 + image: cypress/browsers:24.16.0 options: --user 1001 steps: - name: Checkout