We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7942bb4 commit 6d8a752Copy full SHA for 6d8a752
projects/solidity/Dockerfile
@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
22
RUN git clone --recursive -b develop https://github.com/ethereum/solidity.git solidity
23
RUN git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git
24
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
25
-RUN git clone --branch="v0.4.0" --recurse-submodules \
+# evmone v0.8.2 fixes: https://github.com/ethereum/evmone/issues/373
26
+RUN git clone --branch="v0.8.2" --recurse-submodules \
27
https://github.com/ethereum/evmone.git
28
29
# Install statically built dependencies in "/usr" directory
0 commit comments