[mirotalk] - update Dockerfile node

This commit is contained in:
Miroslav Pejic
2025-01-15 00:30:47 +01:00
parent 5fd5fdfbd5
commit bd380d1111
+2 -2
View File
@@ -1,5 +1,5 @@
# Use a lightweight Node.js image
FROM node:20-alpine
# Use a lightweight Node.js image https://hub.docker.com/_/node
FROM node:lts-alpine
# Set working directory
WORKDIR /src