From 82f58e6b386fd2d80f7eb1340420df517e58a9fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2020 00:38:58 +0000 Subject: [PATCH] Update cypress/base Docker tag to v12.14.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c0af7b7e5..2e59429685 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,7 +175,7 @@ jobs: test-cypress: docker: - - image: cypress/base:12.13.0 + - image: cypress/base:12.14.0 environment: ## this enables colors in the output TERM: xterm