From 81efd9442ec67f7dc7a1bfa5a5a5ea20c97a5949 Mon Sep 17 00:00:00 2001 From: Alkesh Das <67038642+smad-bro@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:35:25 +0400 Subject: [PATCH] chore(service): Update Evolution API image to the official one (#6031) --- templates/compose/evolution-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/evolution-api.yaml b/templates/compose/evolution-api.yaml index 9ec70c76c..87db576f9 100644 --- a/templates/compose/evolution-api.yaml +++ b/templates/compose/evolution-api.yaml @@ -7,7 +7,7 @@ version: '3.8' services: api: - image: 'atendai/evolution-api:latest' # Change to specific version if needed. + image: 'evoapicloud/evolution-api:latest' # Change to specific version if needed. restart: always depends_on: - redis