From 72c66dcd1ff8cffb4d654e12190a48e2bd2a597f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:04:13 +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 e1d3ec14120..0677ea5d5c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,7 +192,7 @@ jobs: smoke-test-on-live-env: docker: - - image: cypress/included:12.17.4 + - image: cypress/included:13.15.1 environment: TERM: xterm working_directory: /usr/src/app