From 95f7ceeeb944540b14a09b2202bcb3b729fcbdc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:56:41 +0000 Subject: [PATCH] chore(deps): update cypress/included docker tag to v13 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43aa071e886..8057b71a3c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -210,7 +210,7 @@ jobs: smoke-test-on-live-env: docker: - - image: cypress/included:12.17.4 + - image: cypress/included:13.1.0 environment: TERM: xterm working_directory: ~/app