diff --git a/develop/parachain-devs/runtime-development/build-deterministic-runtime.md b/develop/parachain-devs/runtime-development/build-deterministic-runtime.md index 2a7f1bd6e..bfdc13dbe 100644 --- a/develop/parachain-devs/runtime-development/build-deterministic-runtime.md +++ b/develop/parachain-devs/runtime-development/build-deterministic-runtime.md @@ -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 -``` \ No newline at end of file +Images that only specifies the compiler version always contains the latest version of the software. \ No newline at end of file