From 5b91a4a9e80dff5ee7eb2c4fb59985b1fd30fff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 09:56:41 -0800 Subject: [PATCH] Update cypress/included Docker tag to v12.0.2 (#1976) 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 3ce174c2..edaf210d 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:12.0.1 +FROM cypress/included:12.0.2 RUN apt install curl && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm