mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01: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:
@@ -3,7 +3,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Stage 1: Build the web application
|
# Stage 1: Build the web application
|
||||||
###############################################################################
|
###############################################################################
|
||||||
FROM node:20-alpine AS web-builder
|
FROM node:20-bookworm-slim AS web-builder
|
||||||
|
|
||||||
WORKDIR /app/web
|
WORKDIR /app/web
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user