chore: use stacks 2.5.0.0.7

This commit is contained in:
mhatal
2024-09-19 21:01:33 -05:00
parent 98bdebdeef
commit f88e564f88

View File

@@ -2,7 +2,7 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.31.0
image: envoyproxy/envoy:v1.31.1
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:2.5.0.0.6
image: bestmike007/stacks-blockchain:2.5.0.0.7
container_name: stacks_node
entrypoint: "/wait"
network_mode: host