Skip to content

Commit

Permalink
remove section
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Sep 11, 2024
1 parent fd2de65 commit 1c35d46
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,4 @@ The naming convention for `paritytech/srtool` Docker images specifies the versio
There are also images that specify both a compiler version and the version of the build script used.
For example, an image named `paritytech/srtool:1.62.0-0.9.19` was compiled with version `1.62.0` of the `rustc` compiler but using the version `0.9.19` of the build script.

Images that only specifies the compiler version always contains the latest version of the software.

### Compiler version

The version of the Rust compiler should be checked to ensure the image is compatible with the version of Rust installed locally:

```bash
rustc --version
```
Images that only specifies the compiler version always contains the latest version of the software.

0 comments on commit 1c35d46

Please sign in to comment.