We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa35ae commit f3eeac6Copy full SHA for f3eeac6
.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.12.0
+ image: cypress/browsers:22.13.1
20
options: --user 1001
21
steps:
22
- name: Checkout
0 commit comments