mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-07 02:11:12 +02:00
Merge pull request #192 from ipnet-mesh/renovate/node-24.x
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