Skip to content

Commit b79dde4

Browse files
fix(build): use debian trixie for arm64 moltis deb compatibility
1 parent 7372852 commit b79dde4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.docker/moltis/Dockerfile.stack

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Combined Dockerfile for stack usage:
22
# - Installs moltis .deb from GitHub release assets (no local compilation)
33
# - Adds Node.js, uv, and mcp-proxy used by this stack
4-
FROM debian:bookworm-slim
4+
# v0.10.3 arm64 .deb requires libc6 >= 2.39 (bookworm has 2.36).
5+
# Use trixie so both amd64/arm64 release debs install without manual libc overrides.
6+
FROM debian:trixie-slim
57

68
ARG NODE_MAJOR=22
79
ARG MOLTIS_VERSION=v0.10.3

0 commit comments

Comments
 (0)