version: 2.2.2

This commit is contained in:
Davidson Gomes
2025-01-31 07:13:10 -03:00
parent fa19c7fa89
commit 9122dae262
4 changed files with 515 additions and 495 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash openssl
LABEL version="2.2.1" description="Api to control whatsapp features through http requests."
LABEL version="2.2.2" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"