chore: use stacks 3.1.0.0.7

This commit is contained in:
mhatal
2025-03-04 10:51:12 -06:00
parent affd017730
commit f2f63e5554
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ services:
- "$PWD/config/envoy.yaml:/etc/envoy/envoy.yaml:ro"
stacks-blockchain-postgres:
restart: always
image: postgres:15.10
image: postgres:15.12
container_name: stacks_postgres
command: postgres -c 'max_connections=1000'
shm_size: 2gb
@@ -24,7 +24,7 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
stacks-blockchain-api:
restart: always
image: bestmike007/stacks-blockchain-api:8.5.0
image: bestmike007/stacks-blockchain-api:8.7.0
container_name: stacks_api
entrypoint: "/wait"
network_mode: host
@@ -51,7 +51,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.1.0.0.5
image: bestmike007/stacks-blockchain:3.1.0.0.7
container_name: stacks_node
entrypoint: "/wait"
network_mode: host

View File

@@ -11,4 +11,4 @@ fi
mkdir stacks-node
cd stacks-node
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.5-latest.tar.gz | tar -zxv
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.7-latest.tar.gz | tar -zxv