We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a89a commit 41bda39Copy full SHA for 41bda39
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
-# Build docs
2
-FROM oven/bun:1 AS docs-builder
+# Build docs (pin Bun version - 1.3.5 has segfault bugs with Next.js)
+FROM oven/bun:1.1.42 AS docs-builder
3
WORKDIR /docs
4
COPY docs/package.json docs/bun.lock ./
5
RUN bun install
0 commit comments