Update Node.js to v24

This commit is contained in:
Renovate Bot 2025-10-28 00:11:40 +00:00
commit ff090180f6
4 changed files with 29 additions and 69 deletions

View file

@ -1,6 +1,6 @@
# Multi-stage Dockerfile for happyDeliver with integrated MTA
# Stage 1: Build the Svelte application
FROM node:22-alpine AS nodebuild
FROM node:24-alpine AS nodebuild
WORKDIR /build