From 4d1adcaacc75c4d705d134a26497c3dca7863a8f Mon Sep 17 00:00:00 2001 From: liav-certora Date: Wed, 26 Feb 2025 11:01:34 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fc7b72e..edd10bcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,7 +69,7 @@ jobs: check-release: docker: - - image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582 + - image: &cvt public.ecr.aws/certora/cvt-image:2024.10.16-4473-ba570af resource_class: small working_directory: ~/repo steps: @@ -116,7 +116,7 @@ jobs: type: string default: "" docker: - - image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582 + - image: *cvt resource_class: small working_directory: ~/repo environment: @@ -162,7 +162,7 @@ jobs: certora_cli_package: type: string docker: - - image: &img public.ecr.aws/certora/cvt-image:2024.06.13-3755-0351582 + - image: *cvt resource_class: small working_directory: ~/repo steps: @@ -183,7 +183,6 @@ jobs: path: ~/repo - parameters: run_regtest: default: false