chore: use stacks 3.4.0.0.1

This commit is contained in:
mhatal
2026-04-11 04:37:04 -05:00
parent 984a4fcf04
commit 1ef50de8a9

View File

@@ -2,7 +2,7 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.37.1
image: envoyproxy/envoy:v1.37.2
network_mode: "host"
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
volumes:
@@ -50,7 +50,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.4.0.0.0
image: bestmike007/stacks-blockchain:3.4.0.0.1
container_name: stacks_node
entrypoint: "/wait"
network_mode: host