From e23a69637e4090a22feef9e868e40e3824c57393 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Fri, 22 Nov 2019 15:08:18 +0000 Subject: [PATCH] Update to a different tag for dev_test_env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8926f5e6..ea170a6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ defaults: &defaults # used for new integration testing, and it is build on top of the previous # `mythril/dev_test_environment:0.0.43`, though a bit newer versions, thus # there is a chance that it breaks some small things. - - image: mythril/dev_test_environment:0.0.43 + - image: mythril/dev_test_environment:0.0.45 version: 2 jobs: