diff --git a/e2e/Dockerfile b/e2e/Dockerfile index b4194d2e..3007f3e2 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:10.3.0 +FROM cypress/included:10.3.1 RUN apt install curl && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm