Skip to content

Commit 6d8a752

Browse files
committed
Solidity: Upgrade evmone from 0.4.0 to v0.8.2
1 parent 7942bb4 commit 6d8a752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/solidity/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
2222
RUN git clone --recursive -b develop https://github.com/ethereum/solidity.git solidity
2323
RUN git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git
2424
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
25-
RUN git clone --branch="v0.4.0" --recurse-submodules \
25+
# evmone v0.8.2 fixes: https://github.com/ethereum/evmone/issues/373
26+
RUN git clone --branch="v0.8.2" --recurse-submodules \
2627
https://github.com/ethereum/evmone.git
2728

2829
# Install statically built dependencies in "/usr" directory

0 commit comments

Comments
 (0)