diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index beb446348..6c538fccc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ cache: # this job installs NPM dependencies and Cypress install: - image: cypress/base:20.9.0 + image: cypress/base:20.10.0 stage: build script: @@ -35,7 +35,7 @@ install: # all jobs that actually run tests can use the same definition .job_template: - image: cypress/base:20.9.0 + image: cypress/base:20.10.0 stage: test script: # print CI environment variables for reference diff --git a/Dockerfile b/Dockerfile index 299a8d8f9..c8cc914af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://documentation.codeship.com/pro/languages-frameworks/nodejs/ # use Cypress provided image with all dependencies included -FROM cypress/base:20.9.0 +FROM cypress/base:20.10.0 RUN node --version RUN npm --version WORKDIR /home/node/app diff --git a/basic/.circleci/config.yml b/basic/.circleci/config.yml index b74b57f38..0e7633638 100644 --- a/basic/.circleci/config.yml +++ b/basic/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: cypress/base:20.9.0 + - image: cypress/base:20.10.0 steps: - checkout # restore folders with npm dependencies and Cypress binary diff --git a/basic/.gitlab-ci.yml b/basic/.gitlab-ci.yml index d9b366f7c..1634cd23b 100644 --- a/basic/.gitlab-ci.yml +++ b/basic/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: - cache/Cypress test: - image: cypress/base:20.9.0 + image: cypress/base:20.10.0 stage: test script: - npm ci diff --git a/basic/codeship-pro/Dockerfile b/basic/codeship-pro/Dockerfile index 299a8d8f9..c8cc914af 100644 --- a/basic/codeship-pro/Dockerfile +++ b/basic/codeship-pro/Dockerfile @@ -2,7 +2,7 @@ # https://documentation.codeship.com/pro/languages-frameworks/nodejs/ # use Cypress provided image with all dependencies included -FROM cypress/base:20.9.0 +FROM cypress/base:20.10.0 RUN node --version RUN npm --version WORKDIR /home/node/app