From 5377c36b7cab5ed7511459f3a403e59c0385eea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 14:56:04 +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 34c078f..57ae0ee 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