Update Node.js to v24
This commit is contained in:
parent
871f4e62f6
commit
ff090180f6
4 changed files with 29 additions and 69 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue