Skip to content

Commit

Permalink
Merge pull request ethereum#218 from qbzzt/patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile solc to v0.8.21
  • Loading branch information
winsvega authored Oct 16, 2023
2 parents 63200e2 + a6f07be commit 6412c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN test -n "$RETESTETH" \
|| echo "Retesteth is empty, skip LLLC"

# Solidity solc
RUN wget https://github.com/ethereum/solidity/releases/download/v0.8.17/solc-static-linux \
RUN wget https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-static-linux \
&& cp solc-static-linux /bin/solc \
&& chmod +x /bin/solc

Expand Down

0 comments on commit 6412c77

Please sign in to comment.