Skip to content

Commit

Permalink
Use newer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jun 26, 2024
1 parent 9c7bdee commit 3d803ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:

- name: Run latest node
run: |
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-0400ed90 --dev --rpc-external &
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-c7bd8804 --dev --rpc-external &
- name: Wait until node has started
run: sleep 20s
Expand Down

0 comments on commit 3d803ab

Please sign in to comment.