We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9516a commit 60f251fCopy full SHA for 60f251f
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Etapa 1: Build
2
-FROM node:24.14.0-slim AS builder
+FROM node:24.15.0-slim AS builder
3
4
WORKDIR /ritmosbot
5
@@ -22,7 +22,7 @@ RUN pnpm run build && \
22
pnpm prune --prod
23
24
# Etapa 2: Runtime
25
-FROM node:24.14.0-slim
+FROM node:24.15.0-slim
26
27
# Actualiza los paquetes y instala ffmpeg en runtime
28
RUN apt update -y && apt upgrade -y && \
0 commit comments