From fd3992cabdcd9faf54b43cb7273d1d2fbc0a1901 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:00:42 -0800 Subject: [PATCH] Update cypress/included Docker tag to v12.1.0 (#1984) 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 edaf210d..f97174d5 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:12.0.2 +FROM cypress/included:12.1.0 RUN apt install curl && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm