chore: use stacks api 7.13.0

This commit is contained in:
mhatal
2024-08-09 02:51:20 -05:00
parent fd95ae0832
commit aecc066ef5
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.30.4
image: envoyproxy/envoy:v1.31.0
network_mode: "host"
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
volumes:
@@ -24,7 +24,7 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
stacks-blockchain-api:
restart: always
image: bestmike007/stacks-blockchain-api:7.12.0
image: bestmike007/stacks-blockchain-api:7.13.0
container_name: stacks_api
entrypoint: "/wait"
network_mode: host