refactoring node 24

This commit is contained in:
2025-11-10 10:10:57 +01:00
parent c4a3ac0811
commit a76545383f
6 changed files with 51 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:24.11.0-alpine AS base
WORKDIR /app
# 1) Install dependencies (cached until package files change)