Update cypress/included Docker tag to v11.1.0 (#1958)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-15 13:05:01 -08:00
committed by GitHub
parent 935e17c200
commit ccc1aae78e

View File

@@ -1,4 +1,4 @@
FROM cypress/included:11.0.1
FROM cypress/included:11.1.0
RUN apt install curl && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm