We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a6541 commit 73da952Copy full SHA for 73da952
.github/workflows/example-docker.yml
@@ -16,7 +16,7 @@ jobs:
16
# Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images
17
# Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags
18
container:
19
- image: cypress/browsers:22.13.1
+ image: cypress/browsers:22.14.0
20
options: --user 1001
21
steps:
22
- name: Checkout
0 commit comments