mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-08 21:02:28 -06:00
Merge branch 'develop' into patch-2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user