chore: use stacks 3.1.0.0.5

This commit is contained in:
mhatal
2025-02-05 00:44:58 -06:00
parent ce40bd3176
commit f71418d1d1
2 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ static_resources:
prefix: "/v2"
route:
cluster: stacks_core
- match:
prefix: "/v3"
route:
cluster: stacks_core
- match:
prefix: "/"
route:

View File

@@ -51,7 +51,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.1.0.0.4
image: bestmike007/stacks-blockchain:3.1.0.0.5
container_name: stacks_node
entrypoint: "/wait"
network_mode: host