Skip to content

Commit

Permalink
Update base_cypress.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ashharrison90 authored Sep 13, 2023
1 parent 9baf368 commit 36ce6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/base_cypress.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func CypressImage(version string) string {
return "cypress/included:9.5.1-node16.14.0-slim-chrome99-ff97"
return "cypress/included:13.1.0"
}

// CypressContainer returns a docker container with everything set up that is needed to build or run e2e tests.
Expand Down

0 comments on commit 36ce6c7

Please sign in to comment.