chore(deps): update node.js to v24

This commit is contained in:
renovate[bot]
2026-05-05 17:32:29 +00:00
committed by GitHub
parent 8b148d2d69
commit a83a228a34
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++