From ccc1aae78e603329888630be837d6df8a012658b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:05:01 -0800 Subject: [PATCH] Update cypress/included Docker tag to v11.1.0 (#1958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 14932442..df57fd27 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -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