chore: use stacks 3.0.0.0.4

This commit is contained in:
mhatal
2024-12-05 11:21:40 -06:00
parent 16c8a7ffab
commit ed57dfe430
2 changed files with 3 additions and 3 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.8
image: postgres:15.10
container_name: stacks_postgres
command: postgres -c 'max_connections=1000'
shm_size: 2gb
@@ -51,7 +51,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.0.0.0.2
image: bestmike007/stacks-blockchain:3.0.0.0.4
container_name: stacks_node
entrypoint: "/wait"
network_mode: host

View File

@@ -9,6 +9,6 @@ if [ -e stacks-node ]; then
exit 0
fi
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.2-latest.tar.gz | tar -zxv
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.4-latest.tar.gz | tar -zxv
mkdir stacks-node
mv mainnet stacks-node/