diff --git a/e2e/Dockerfile b/e2e/Dockerfile index dc9fb0e4..1b3d3318 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:12.5.1 +FROM cypress/included:12.6.0 RUN apt update && apt install curl -y && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm