You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,11 +18,11 @@ The Docker images are tagged with both the rustc version used internally as well
18
18
19
19
You may find for instance the following:
20
20
21
-
-`paritytech/srtool:1.84.0-0.18.1`
21
+
-`paritytech/srtool:1.84.1-0.18.2`
22
22
23
-
-`paritytech/srtool:1.84.0`
23
+
-`paritytech/srtool:1.84.1`
24
24
25
-
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.0` is the same image than `paritytech/srtool:1.84.0-0.18.1`.
25
+
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.1` is the same image than `paritytech/srtool:1.84.1-0.18.2`.
26
26
27
27
## Related tools
28
28
@@ -47,7 +47,7 @@ You may also want to have a look at [subwasm](https://github.com/chevdor/subwasm
47
47
The project was initially developed by <https://gitlab.com/chevdor>.
48
48
It has now moved to Github under the [Parity Technologies](https://www.github.com/paritytech) organisation to simplify the developement and the integration with other Parity products such as Polkadot and Kusama.
49
49
50
-
The last version hosted on Gitlab has been built using Rust Stable 1.84.0. It is tagged as v0.18.1 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
50
+
The last version hosted on Gitlab has been built using Rust Stable 1.84.1. It is tagged as v0.18.2 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
0 commit comments