File tree Expand file tree Collapse file tree 4 files changed +2202
-1053
lines changed
Expand file tree Collapse file tree 4 files changed +2202
-1053
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.7"
22
33services :
44 evolution_v2 :
5- image : evoapicloud/evolution-api:v2.3.0
5+ image : evoapicloud/evolution-api:v2.3.1
66 volumes :
77 - evolution_instances:/evolution/instances
88 networks :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33RUN apk update && \
44 apk add --no-cache git ffmpeg wget curl bash openssl dos2unix
55
6- LABEL version="2.3.0 " description="Api to control whatsapp features through http requests."
6+ LABEL version="2.3.1 " description="Api to control whatsapp features through http requests."
77LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88LABEL contact="contato@evolution-api.com"
99
You can’t perform that action at this time.
0 commit comments