Merge pull request #1211 from joaosouz4dev/main

feat: notconvertsticket for animated stickers
This commit is contained in:
Davidson Gomes
2025-02-07 11:38:00 -03:00
committed by GitHub
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash openssl
apk add --no-cache git ffmpeg wget curl bash openssl
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"