Skip to content

Commit

Permalink
Update substrate contracts node to v0.35 (#975)
Browse files Browse the repository at this point in the history
Update substrate contracts node
  • Loading branch information
forgetso authored Jan 12, 2024
1 parent 65327af commit a8f510a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.development.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
substrate:
image: prosopo/substrate-contracts-node:v0.29
image: prosopo/substrate-contracts-node:v0.35
ports:
- "9615:9615"
- "9944:9944"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.provider.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- internal
- external
substrate:
image: prosopo/substrate-contracts-node:v0.29
image: prosopo/substrate-contracts-node:v0.35
ports:
- "9615:9615"
- "9944:9944"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.substrate-contracts-node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
substrate:
image: prosopo/substrate-contracts-node:v0.29
image: prosopo/substrate-contracts-node:v0.35
build:
context: .
dockerfile: ./images/substrate-contracts-node.build.dockerfile
Expand Down

0 comments on commit a8f510a

Please sign in to comment.