update packages and node

This commit is contained in:
Lokowitz
2026-02-02 19:17:40 +00:00
parent bd8d0e3392
commit 13c011895d
3 changed files with 12 additions and 10 deletions

View File

@@ -1,7 +1,9 @@
FROM node:22-alpine
FROM node:24-alpine
WORKDIR /app
RUN apk add --no-cache python3 make g++
COPY package*.json ./
# Install dependencies