Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Jan 15, 2025
1 parent 1abdd59 commit e6c9c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ You can also manage Polkadot installations using Ansible. This approach can be b

If you prefer using Docker or an OCI-compatible container runtime, the official Polkadot Docker image can be pulled directly from Docker Hub.

To pull the latest image, run the following command. Make sure to replace `INSERT_VERSION_NUMBER` with the appropriate version number, e.g. `v1.16.1`
To pull the latest stable image, run the following command:

```bash
docker pull parity/polkadot:INSERT_VERSION_NUMBER
docker pull parity/polkadot:{{ dependencies.docker_image_version }}
```

### Build from Sources
Expand Down
3 changes: 2 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies:
docker_image_version: 1.62.0
polkadot_sdk:
repository_url: https://github.com/paritytech/polkadot-sdk
version: polkadot-stable2412
version: polkadot-stable2412
docker_image_version: stable2412

0 comments on commit e6c9c3f

Please sign in to comment.