File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,11 @@ You can specify release build versions in the tag. For example:
8989
9090 docker run ethereum/solc:stable --help
9191
92- Note: Specific version tags are supported for the Docker tag such as ` docker run ethereum/solc:0.8.23 --help `.
92+ Note
9393
94- We will be passing the `stable ` tag here instead of specific version tag to ensure that users get the latest version
95- by default and avoid the issue of an out-of-date version.
94+ Specific version tags are supported for the Docker tag such as `docker run ethereum/solc:0.8.23 --help `. We will be passing the
95+ `stable ` tag here instead of specific version tag to ensure that users get the latest version by default and avoid the issue of
96+ an out-of-date version.
9697
9798To use the Docker image to compile Solidity files on the host machine, mount a
9899local folder for input and output, and specify the contract to compile. For example:
You can’t perform that action at this time.
0 commit comments