Skip to content

Commit 6fc26a4

Browse files
update srtool to latest version (#371)
* update srtool to latest version * Use variables instead of hard coded values.
1 parent ef426ae commit 6fc26a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

develop/parachains/deployment/build-deterministic-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To pull the image from Docker Hub:
128128
6. Paste the command you copied from the Docker Hub. For example, you might run a command similar to the following, which downloads and unpacks the image:
129129

130130
```bash
131-
docker pull paritytech/srtool:1.62.0
131+
docker pull paritytech/srtool:{{ dependencies.srtool.docker_image_version }}
132132
```
133133

134134
### Naming Convention for Images

variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies:
2020
version: v15.0.2
2121
srtool:
2222
repository_url: https://github.com/paritytech/srtool
23-
version: v0.16.0
23+
version: v0.17.0
2424
docker_image_name: paritytech/srtool
25-
docker_image_version: 1.62.0
25+
docker_image_version: 1.81.0
2626
polkadot_sdk:
2727
repository_url: https://github.com/paritytech/polkadot-sdk
2828
version: polkadot-stable2412

0 commit comments

Comments
 (0)