chore: update example version of solidity in docker command

This commit is contained in:
minaminao 2023-08-17 12:31:32 +09:00
parent 46ca801ab8
commit a5994d5003

View File

@ -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: