diff --git a/env.Dockerfile b/env.Dockerfile index 2e076c2..a80aa06 100644 --- a/env.Dockerfile +++ b/env.Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/browsers:node16.16.0-chrome107-ff107-edge +FROM cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 ARG MAVEN_VER="3.8.1" ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3" @@ -15,7 +15,7 @@ COPY --chown=jahians:jahians package.json yarn.lock /home/jahians/ RUN mkdir -p /home/jahians/run-artifacts /home/jahians/results /home/jahians/cypress/plugins #CI=true reduces the verbosity of the installation logs -RUN CI=true yarn install +RUN CI=true yarn install --non-interactive COPY --chown=jahians:jahians . /home/jahians diff --git a/package.json b/package.json index bd68eaf..5469a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jahia/cypress", - "version": "3.17.9", + "version": "3.18.0", "scripts": { "build": "tsc", "lint": "eslint src -c .eslintrc.json --ext .ts"