Skip to content

Commit

Permalink
Update wasp (#46)
Browse files Browse the repository at this point in the history
* Update wasp

* Update docker-compose.yml
  • Loading branch information
Dr-Electron authored May 24, 2024
1 parent 6e49f16 commit 23c8d49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iota-testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ services:

wasp:
container_name: wasp
image: iotaledger/wasp:1.0-alpha
image: iotaledger/wasp:1.2-alpha
stop_grace_period: 5m
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion iota/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ services:

wasp:
container_name: wasp
image: iotaledger/wasp:1.0
image: iotaledger/wasp:1.1
stop_grace_period: 5m
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion shimmer-testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ services:

wasp:
container_name: wasp
image: iotaledger/wasp:1.0-alpha
image: iotaledger/wasp:1.2-alpha
stop_grace_period: 5m
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion shimmer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ services:

wasp:
container_name: wasp
image: iotaledger/wasp:1.0-rc
image: iotaledger/wasp:1.1-rc
stop_grace_period: 5m
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 23c8d49

Please sign in to comment.