Merge pull request #192 from ipnet-mesh/renovate/node-24.x

chore(deps): update node.js to v24
This commit is contained in:
JingleManSweep
2026-05-05 18:40:56 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# =============================================================================
# Stage 1: Frontend - Build Tailwind CSS and vendor static assets
# =============================================================================
FROM node:22-slim AS frontend
FROM node:24-slim AS frontend
WORKDIR /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:24-alpine
RUN apk add --no-cache python3 make g++