mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-13 02:25:15 -05:00
evolution api wrong docker image #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrj0b on GitHub (Oct 6, 2025).
Template Name
evolution api
Relevant Logs of the Error
there is no error
Steps to Reproduce the Error
install evolution api template
Environment Information
When does this error occur?
During template deployment
Additional Context
the current docker image for evoltion api template is atendai/evolution-api which is not the latest image and is old stuck at version 2.2.3 and the template is hard coded to install version 2.1.2 which both are old and not working currently and has vulnerability that was fixed on later versions, the latest image is evoapicloud/evolution-api
and the latest version is 2.3.4
Will you send a PR to fix it?
Yes