From 862054d865779fbe01d2cc45ade9d1330240ebb7 Mon Sep 17 00:00:00 2001 From: Bhargava Shastry Date: Mon, 21 Nov 2022 11:43:11 +0100 Subject: [PATCH] Bump up evmone version. (#9020) --- projects/solidity/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/solidity/Dockerfile b/projects/solidity/Dockerfile index 4272be5ca..2f45c6352 100644 --- a/projects/solidity/Dockerfile +++ b/projects/solidity/Dockerfile @@ -23,7 +23,7 @@ RUN git clone --recursive -b develop https://github.com/ethereum/solidity.git so RUN git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git # evmone v0.8.2 fixes: https://github.com/ethereum/evmone/issues/373 -RUN git clone --branch="v0.8.2" --recurse-submodules \ +RUN git clone --branch="v0.9.1" --recurse-submodules \ https://github.com/ethereum/evmone.git # Install statically built dependencies in "/usr" directory