Skip to content

Commit ee9ccb5

Browse files
committed
chore: update version to 2.3.1 in Dockerfile, package.json, and package-lock.json
1 parent 977f686 commit ee9ccb5

File tree

4 files changed

+2202
-1053
lines changed

4 files changed

+2202
-1053
lines changed

Docker/swarm/evolution_api_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33
RUN 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."
77
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88
LABEL contact="contato@evolution-api.com"
99

0 commit comments

Comments
 (0)