mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-09 10:23:03 +02:00
chore(deps): update node.js to v24
This commit is contained in:
+1
-1
@@ -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,4 +1,4 @@
|
||||
FROM node:22-alpine
|
||||
FROM node:24-alpine
|
||||
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user