Commit 0f4b1b53 authored by Tom Kuipers's avatar Tom Kuipers Committed by Girija Saint-Ange
Browse files

feat: update to cypress/included:13.13.3

parent 0821b453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    {
      "name": "CYPRESS_IMAGE",
      "description": "The Docker image used to run Cypress (use [included images](https://github.com/cypress-io/cypress-docker-images/tree/master/included) only).",
      "default": "registry.hub.docker.com/cypress/included:12.0.2"
      "default": "registry.hub.docker.com/cypress/included:13.13.3"
    },
    {
      "name": "CYPRESS_PROJECT_DIR",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to run Cypress (use [included images](https://github.com/cypress-io/cypress-docker-images/tree/master/included) only).
      default: registry.hub.docker.com/cypress/included:12.0.2
      default: registry.hub.docker.com/cypress/included:13.13.3
    project-dir:
      description: The Cypress project directory (containing `cypress.config.js` or `cypress.config.ts`)
      default: .