Merge branch 'develop' into patch-2

This commit is contained in:
Davidson Gomes
2025-06-23 15:34:54 -03:00
committed by GitHub
107 changed files with 9437 additions and 10009 deletions

View File

@@ -1,11 +1,11 @@
FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash openssl dos2unix
apk add --no-cache git ffmpeg wget curl bash openssl dos2unix
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"
LABEL contact="contato@evolution-api.com"
WORKDIR /evolution