Skip to content

Commit 41bda39

Browse files
fix: pin Bun to 1.1.42 (1.3.5 has Next.js segfault) (#42)
1 parent 993a89a commit 41bda39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Build docs
2-
FROM oven/bun:1 AS docs-builder
1+
# Build docs (pin Bun version - 1.3.5 has segfault bugs with Next.js)
2+
FROM oven/bun:1.1.42 AS docs-builder
33
WORKDIR /docs
44
COPY docs/package.json docs/bun.lock ./
55
RUN bun install

0 commit comments

Comments
 (0)