mirror of
https://github.com/dpup/meshstream.git
synced 2026-06-11 01:34:44 +02:00
Switch web builder to node:20-bookworm-slim
Alpine (musl) + esbuild's Go binary crashes with lfstack.push on high-entropy ASLR kernels. Debian (glibc) uses a different memory allocator that avoids the issue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
###############################################################################
|
||||
# Stage 1: Build the web application
|
||||
###############################################################################
|
||||
FROM node:20-alpine AS web-builder
|
||||
FROM node:20-bookworm-slim AS web-builder
|
||||
|
||||
WORKDIR /app/web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user