From 15705aa1db48913c4aab07590fc173839ee8aad4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Oct 2020 14:36:13 +0000 Subject: [PATCH] chore(deps): update cypress/base docker tag to v12.19.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ad28fea0..40650e488 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: test: docker: # the Docker image with Cypress dependencies - - image: cypress/base:12.18.4 + - image: cypress/base:12.19.0 environment: ## this enables colors in the output TERM: xterm