diff --git a/projects/solidity/Dockerfile b/projects/solidity/Dockerfile index c31fac43d9c5..4272be5ca7bb 100644 --- a/projects/solidity/Dockerfile +++ b/projects/solidity/Dockerfile @@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \ RUN git clone --recursive -b develop https://github.com/ethereum/solidity.git solidity 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 -RUN git clone --branch="v0.4.0" --recurse-submodules \ +# evmone v0.8.2 fixes: https://github.com/ethereum/evmone/issues/373 +RUN git clone --branch="v0.8.2" --recurse-submodules \ https://github.com/ethereum/evmone.git # Install statically built dependencies in "/usr" directory