chore: use stacks-node 3.1.0.0.3

This commit is contained in:
mhatal
2025-01-16 21:50:00 -06:00
parent 38b08a9ac7
commit e1eb072274

View File

@@ -2,7 +2,7 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.32.3
image: envoyproxy/envoy:v1.33.0
network_mode: "host"
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
volumes:
@@ -51,7 +51,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.1.0.0.2
image: bestmike007/stacks-blockchain:3.1.0.0.3
container_name: stacks_node
entrypoint: "/wait"
network_mode: host