Alpha 5 Release
Bug Fixes
- Fixed ARM Docker builds by adding explicit Rollup platform binaries to optionalDependencies
- Resolved "Cannot find module @rollup/rollup-linux-arm64-musl" error on ARM64 Alpine containers
Technical Changes
- Added @rollup/rollup-linux-arm64-musl and @rollup/rollup-linux-arm-gnueabihf to optionalDependencies
- Switched from npm ci to npm install in Dockerfile to better handle optional dependencies
This is a pre-release for testing. For production use, please use version 1.18.2.
๐ค Generated with Claude Code
๐ MeshMonitor 2.0.0-alpha5
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.0.0-alpha5๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.