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:
89
89
90
90
docker run ethereum/solc:stable --help
91
91
92
- Note: Specific version tags are supported for the Docker tag such as ` docker run ethereum/solc:0.8.23 --help `.
92
+ Note
93
93
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.
96
97
97
98
To use the Docker image to compile Solidity files on the host machine, mount a
98
99
local 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