We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5994d5 commit cea9e85Copy full SHA for cea9e85
docs/installing-solidity.rst
@@ -87,7 +87,12 @@ You can specify release build versions in the tag. For example:
87
88
.. code-block:: bash
89
90
- docker run ethereum/solc:0.8.21 --help
+ 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.
96
97
To use the Docker image to compile Solidity files on the host machine, mount a
98
local folder for input and output, and specify the contract to compile. For example:
0 commit comments