Skip to content

Commit cea9e85

Browse files
Update installing-solidity.rst
1 parent a5994d5 commit cea9e85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installing-solidity.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ You can specify release build versions in the tag. For example:
8787

8888
.. code-block:: bash
8989
90-
docker run ethereum/solc:0.8.21 --help
90+
docker run ethereum/solc:stable --help
91+
92+
Note: Specific version tags are supported for the Docker tag such as `docker run ethereum/solc:0.8.23 --help`.
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.
9196

9297
To use the Docker image to compile Solidity files on the host machine, mount a
9398
local folder for input and output, and specify the contract to compile. For example:

0 commit comments

Comments
 (0)