Skip to content

Commit b0b6e91

Browse files
phernandezclaude
andcommitted
fix: use bookworm base image for Node 25 C++20 compatibility
Bullseye's GCC 10 lacks <source_location> header required by Node 25's V8 headers. Bookworm ships GCC 12 which supports C++20. 🔧 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2b2930b commit b0b6e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25-bullseye AS build
1+
FROM node:25-bookworm AS build
22
WORKDIR /app
33

44
ARG CACHE_BUST=unknown

0 commit comments

Comments
 (0)