chore: use stacks 3.1.0.0.9

This commit is contained in:
mhatal
2025-05-11 23:46:27 -05:00
parent 63cf180797
commit cf33d3ebf4
2 changed files with 4 additions and 4 deletions

View File

@@ -2,14 +2,14 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.34.0
image: envoyproxy/envoy:v1.34.1
network_mode: "host"
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
volumes:
- "$PWD/config/envoy.yaml:/etc/envoy/envoy.yaml:ro"
stacks-blockchain-postgres:
restart: always
image: postgres:15.12
image: postgres:15.13
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.1.0.0.8
image: bestmike007/stacks-blockchain:3.1.0.0.9
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.8-latest.tar.gz | tar -zxv
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.9-latest.tar.gz | tar -zxv