Skip to content

Commit 15b3160

Browse files
committed
Dockerfile
1 parent 2777dbd commit 15b3160

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### BASE IMAGE
2-
FROM node:20-bullseye-slim AS base
2+
FROM node:24-bullseye-slim AS base
33

44
### BUILD IMAGE
55
FROM base AS builder
@@ -33,7 +33,6 @@ FROM base AS production
3333

3434
WORKDIR /codechat
3535

36-
LABEL com.api.version="1.3.3"
3736
LABEL com.api.mantainer="https://github.com/code-chat-br"
3837
LABEL com.api.repository="https://github.com/code-chat-br/whatsapp-api"
3938
LABEL com.api.issues="https://github.com/code-chat-br/whatsapp-api/issues"

0 commit comments

Comments
 (0)