From a5994d5003c5fcc10a6d30fb6ff08e59a185f6ef Mon Sep 17 00:00:00 2001 From: minaminao Date: Thu, 17 Aug 2023 12:31:32 +0900 Subject: [PATCH] chore: update example version of solidity in docker command --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 3feefaa35..aac198648 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -87,7 +87,7 @@ You can specify release build versions in the tag. For example: .. code-block:: bash - docker run ethereum/solc:0.5.4 --help + docker run ethereum/solc:0.8.21 --help To use the Docker image to compile Solidity files on the host machine, mount a local folder for input and output, and specify the contract to compile. For example: