[mirotalk] - change node

This commit is contained in:
Miroslav Pejic
2025-07-03 01:25:31 +02:00
parent 2116ab1ec3
commit 08552755e0
+2 -2
View File
@@ -1,5 +1,5 @@
# Use a stable Node.js LTS image
FROM node:20-alpine
FROM node:22-slim
# Set working directory
WORKDIR /src
@@ -13,7 +13,7 @@ RUN apk add --no-cache bash vim
COPY package*.json ./
# Install dependencies
RUN npm ci --omit=dev --silent && \
RUN npm ci --only=production --silent && \
npm cache clean --force
# Copy .env template