From c0f8ad123fa155785fae021a76e7d7b9de5775cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:28:35 +0000 Subject: [PATCH] chore(deps): update cypress/base docker tag to v16 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c078ff..57ae0ee8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cypress/base:12 + - image: cypress/base:16 environment: ## this enables colors in the output TERM: xterm