Skip to content

Commit

Permalink
docker: Bump local relay to 0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Nov 1, 2023
1 parent cd94d51 commit c58d519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-local-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3'
services:
node_alice:
container_name: alice
image: "parity/polkadot:v0.9.38"
image: "parity/polkadot:v0.9.43"
platform: "linux/amd64"
ports:
- "30333:30333"
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
node_bob:
container_name: bob
image: "parity/polkadot:v0.9.38"
image: "parity/polkadot:v0.9.43"
platform: "linux/amd64"
ports:
- "30344:30333"
Expand Down

0 comments on commit c58d519

Please sign in to comment.