Skip to content

Commit

Permalink
feat(cli): bump to cartesi/sdk:0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Apr 30, 2024
1 parent 43f3745 commit 2d1d64e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-pots-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

bump to cartesi/sdk:0.6.1
4 changes: 2 additions & 2 deletions apps/cli/src/node/docker-compose-anvil.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
anvil:
image: cartesi/sdk:0.6.0
image: cartesi/sdk:0.6.1
command:
[
"devnet",
Expand All @@ -19,7 +19,7 @@ services:
- 8545:8545

dapp_deployer:
image: cartesi/sdk:0.6.0
image: cartesi/sdk:0.6.1
restart: on-failure
depends_on:
anvil:
Expand Down

0 comments on commit 2d1d64e

Please sign in to comment.