[mirotalk] - Update Dockerfile and CI

This commit is contained in:
Miroslav Pejic
2025-01-24 11:28:03 +01:00
parent dcec1d200f
commit 5f7689e3eb
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a lightweight Node.js image https://hub.docker.com/_/node
FROM node:lts-alpine
FROM node:22-alpine
# Set working directory
WORKDIR /src