We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2777dbd commit 15b3160Copy full SHA for 15b3160
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
### BASE IMAGE
2
-FROM node:20-bullseye-slim AS base
+FROM node:24-bullseye-slim AS base
3
4
### BUILD IMAGE
5
FROM base AS builder
@@ -33,7 +33,6 @@ FROM base AS production
33
34
WORKDIR /codechat
35
36
-LABEL com.api.version="1.3.3"
37
LABEL com.api.mantainer="https://github.com/code-chat-br"
38
LABEL com.api.repository="https://github.com/code-chat-br/whatsapp-api"
39
LABEL com.api.issues="https://github.com/code-chat-br/whatsapp-api/issues"
0 commit comments